Skip to content

Commit bd42ccf

Browse files
committed
chore: update version for app update 5.0.0
1 parent c76a9d2 commit bd42ccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = 131 // Always increment by 10. See fdroid flavor below
157+
versionCode = 140 // Always increment by 10. See fdroid flavor below
158158
versionName = "5.0.2"
159159
resValue("string", "app_name", config.appName)
160160
resValue("string", "ooni_run_enabled", config.supportsOoniRun.toString())

iosApp/Configuration/Config.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ NMS_BUNDLE_ID=com.dw.ooniprobe
55
NMS_APP_NAME=News Media Scan
66
NMS_TEAM_ID=D6848Q89CC
77
APP_VERSION=5.0.2
8-
BUNDLE_VERSION=145
8+
BUNDLE_VERSION=146

0 commit comments

Comments
 (0)