chore: bump to 1.6.0
This commit is contained in:
parent
23fb992f74
commit
3efbb9e697
|
|
@ -63,8 +63,8 @@ android {
|
||||||
applicationId = "chat.revolt"
|
applicationId = "chat.revolt"
|
||||||
minSdk = libs.versions.minSdk.get().toInt()
|
minSdk = libs.versions.minSdk.get().toInt()
|
||||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||||
versionCode = Integer.parseInt("001_005_001".replace("_", ""), 10)
|
versionCode = Integer.parseInt("001_006_000".replace("_", ""), 10)
|
||||||
versionName = "1.5.1"
|
versionName = "1.6.0"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables {
|
vectorDrawables {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue