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 d90bc8b commit b278b2cCopy full SHA for b278b2c
composeApp/build.gradle.kts
@@ -170,8 +170,8 @@ android {
170
targetSdk = libs.versions.android.targetSdk
171
.get()
172
.toInt()
173
- versionCode = 200 // Always increment by 10. See fdroid flavor below
174
- versionName = "5.0.0"
+ versionCode = 240 // Always increment by 10. See fdroid flavor below
+ versionName = "5.2.2"
175
resValue("string", "app_name", config.appName)
176
resValue("string", "ooni_run_enabled", config.supportsOoniRun.toString())
177
resValue(
0 commit comments