chore: bump to 1.7.2
This commit is contained in:
parent
bcd8c11498
commit
99d6e7a0d8
|
|
@ -63,8 +63,8 @@ android {
|
|||
applicationId = "chat.revolt"
|
||||
minSdk = libs.versions.minSdk.get().toInt()
|
||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||
versionCode = Integer.parseInt("001_007_001".replace("_", ""), 10)
|
||||
versionName = "1.7.1"
|
||||
versionCode = Integer.parseInt("001_007_002".replace("_", ""), 10)
|
||||
versionName = "1.7.2"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
|
|||
Loading…
Reference in New Issue