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 9c0bfc3 commit 4b1fb70Copy full SHA for 4b1fb70
composeApp/build.gradle.kts
@@ -154,7 +154,7 @@ android {
154
applicationId = config.appId
155
minSdk = libs.versions.android.minSdk.get().toInt()
156
targetSdk = libs.versions.android.targetSdk.get().toInt()
157
- versionCode = 151 // Always increment by 10. See fdroid flavor below
+ versionCode = 160 // Always increment by 10. See fdroid flavor below
158
versionName = "5.0.3"
159
resValue("string", "app_name", config.appName)
160
resValue("string", "ooni_run_enabled", config.supportsOoniRun.toString())
0 commit comments