Version 1.30.0
This commit is contained in:
parent
20e361b0c6
commit
f349dbdfb6
@ -32,7 +32,7 @@ android {
|
||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||
@SuppressLint("HighAppVersionCode")
|
||||
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024022100
|
||||
versionName = "1.29.1"
|
||||
versionName = "1.30.0"
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user