Version 1.39.2

This commit is contained in:
MM20
2025-12-30 13:43:13 +01:00
parent b0e0582e3e
commit 5c106c387d
2 changed files with 3 additions and 2 deletions

View File

@@ -32,8 +32,8 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025122400
versionName = "1.39.1"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025123000
versionName = "1.39.2"
signingConfig = signingConfigs.getByName("debug")
}

View File

@@ -0,0 +1 @@
- Crash fix