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 d5928aa commit 6036d04Copy full SHA for 6036d04
app/app/build.gradle.kts
@@ -31,8 +31,8 @@ android {
31
minSdk = libs.versions.minSdk.get().toInt()
32
targetSdk = libs.versions.targetSdk.get().toInt()
33
@SuppressLint("HighAppVersionCode")
34
- versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025042100
35
- versionName = "1.35.3"
+ versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025042101
+ versionName = "1.35.4"
36
signingConfig = signingConfigs.getByName("debug")
37
}
38
0 commit comments