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