We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a431d58 commit e7d794dCopy full SHA for e7d794d
1 file changed
app/app/build.gradle.kts
@@ -32,8 +32,8 @@ android {
32
minSdk = libs.versions.minSdk.get().toInt()
33
targetSdk = libs.versions.targetSdk.get().toInt()
34
@SuppressLint("HighAppVersionCode")
35
- versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025123000
36
- versionName = "1.39.2"
+ versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2026012400
+ versionName = "1.39.3"
37
signingConfig = signingConfigs.getByName("debug")
38
}
39
0 commit comments