Version 1.32.1

This commit is contained in:
MM20 2024-07-22 20:54:09 +02:00
parent 6718767d6b
commit 8ae5fdfcda
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 3 additions and 2 deletions

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() ?: 2024071900
versionName = "1.32.0"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024072200
versionName = "1.32.1"
signingConfig = signingConfigs.getByName("debug")
}

View File

@ -0,0 +1 @@
- Bug fixes