chore: bump to 0.5.3
Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
parent
9ea395152d
commit
cea9b4a870
|
|
@ -50,8 +50,8 @@ android {
|
|||
applicationId "chat.revolt"
|
||||
minSdk 24
|
||||
targetSdk 34
|
||||
versionCode Integer.parseInt("000_005_002".replaceAll("_", ""), 10)
|
||||
versionName "0.5.2"
|
||||
versionCode Integer.parseInt("000_005_003".replaceAll("_", ""), 10)
|
||||
versionName "0.5.3"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
|
|||
Loading…
Reference in New Issue