chore: bump to 0.3.1
Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
parent
cf6a506eb5
commit
afa3d9eed0
|
|
@ -50,8 +50,8 @@ android {
|
|||
applicationId "chat.revolt"
|
||||
minSdk 24
|
||||
targetSdk 33
|
||||
versionCode Integer.parseInt("000_003_000".replaceAll("_", ""), 10)
|
||||
versionName "0.3.0"
|
||||
versionCode Integer.parseInt("000_003_001".replaceAll("_", ""), 10)
|
||||
versionName "0.3.1"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
|
|||
Loading…
Reference in New Issue