Version 1.30.4

This commit is contained in:
MM20
2024-05-10 13:55:01 +02:00
parent f09c66f919
commit 9b252cb5e8
2 changed files with 17 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() ?: 2024050900
versionName = "1.30.3"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024051000
versionName = "1.30.4"
signingConfig = signingConfigs.getByName("debug")
}