Version 1.35.3

This commit is contained in:
MM20
2025-04-21 17:44:12 +02:00
parent ef003cd6c0
commit 31f83ca778
2 changed files with 6 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() ?: 2025040301
versionName = "1.35.2"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025042100
versionName = "1.35.3"
signingConfig = signingConfigs.getByName("debug")
}