Skip to content

Commit 4b1fb70

Browse files
committed
chore: update version code
1 parent 9c0bfc3 commit 4b1fb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ android {
154154
applicationId = config.appId
155155
minSdk = libs.versions.android.minSdk.get().toInt()
156156
targetSdk = libs.versions.android.targetSdk.get().toInt()
157-
versionCode = 151 // Always increment by 10. See fdroid flavor below
157+
versionCode = 160 // Always increment by 10. See fdroid flavor below
158158
versionName = "5.0.3"
159159
resValue("string", "app_name", config.appName)
160160
resValue("string", "ooni_run_enabled", config.supportsOoniRun.toString())

0 commit comments

Comments
 (0)