Version 1.29.0

This commit is contained in:
MM20
2024-02-20 22:17:36 +01:00
parent 86edb510f8
commit 22b1e14c11
2 changed files with 14 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() ?: 2023101300
versionName = "1.28.0"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024022000
versionName = "1.29.0"
signingConfig = signingConfigs.getByName("debug")
}