chore: bump to 1.5.0
This commit is contained in:
parent
4ad4b7f42e
commit
9db2517ca6
|
|
@ -63,8 +63,8 @@ android {
|
|||
applicationId = "chat.revolt"
|
||||
minSdk = libs.versions.minSdk.get().toInt()
|
||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||
versionCode = Integer.parseInt("001_004_000".replace("_", ""), 10)
|
||||
versionName = "1.4.0"
|
||||
versionCode = Integer.parseInt("001_005_000".replace("_", ""), 10)
|
||||
versionName = "1.5.0"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
|
|||
Loading…
Reference in New Issue