Version 1.35.4

This commit is contained in:
MM20 2025-04-21 23:35:31 +02:00
parent d5928aafc6
commit 6036d04476
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() ?: 2025042100
versionName = "1.35.3"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025042101
versionName = "1.35.4"
signingConfig = signingConfigs.getByName("debug")
}