Version 1.30.2

This commit is contained in:
MM20
2024-05-08 22:21:58 +02:00
parent f50edcf402
commit ff94d9656a
3 changed files with 18 additions and 3 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() ?: 2024050800
versionName = "1.30.1"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024050801
versionName = "1.30.2"
signingConfig = signingConfigs.getByName("debug")
}