Version 1.33.1

This commit is contained in:
MM20 2024-09-03 17:00:52 +02:00
parent 8899dd2fc3
commit a868fe36cf
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

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() ?: 2024081700
versionName = "1.33.0"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024090300
versionName = "1.33.1"
signingConfig = signingConfigs.getByName("debug")
}