Version 1.34.0

This commit is contained in:
MM20
2024-12-05 18:57:43 +01:00
parent 62a45c55be
commit d565da1492
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024090300
versionName = "1.33.1"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024120500
versionName = "1.34.0"
signingConfig = signingConfigs.getByName("debug")
}