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