Version 1.32.0

This commit is contained in:
MM20 2024-07-19 23:24:05 +02:00
parent c3ad948c10
commit b1381b9571
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() ?: 2024070300
versionName = "1.31.2"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024071900
versionName = "1.32.0"
signingConfig = signingConfigs.getByName("debug")
}