Skip to content

Commit b278b2c

Browse files
authored
chore: revert version (#964)
1 parent d90bc8b commit b278b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ android {
170170
targetSdk = libs.versions.android.targetSdk
171171
.get()
172172
.toInt()
173-
versionCode = 200 // Always increment by 10. See fdroid flavor below
174-
versionName = "5.0.0"
173+
versionCode = 240 // Always increment by 10. See fdroid flavor below
174+
versionName = "5.2.2"
175175
resValue("string", "app_name", config.appName)
176176
resValue("string", "ooni_run_enabled", config.supportsOoniRun.toString())
177177
resValue(

0 commit comments

Comments
 (0)