Version 1.39.0

This commit is contained in:
MM20
2025-12-23 20:47:36 +01:00
parent 96bec0e5c0
commit ff417e57c5
2 changed files with 8 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() ?: 2025101700
versionName = "1.38.0"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025122300
versionName = "1.39.0"
signingConfig = signingConfigs.getByName("debug")
}