Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ android {
targetSdk = libs.versions.android.targetSdk
.get()
.toInt()
versionCode = 220 // Always increment by 10. See fdroid flavor below
versionName = "5.2.0"
versionCode = 230 // Always increment by 10. See fdroid flavor below
versionName = "5.2.1"
resValue("string", "app_name", config.appName)
resValue("string", "ooni_run_enabled", config.supportsOoniRun.toString())
resValue(
Expand Down
4 changes: 2 additions & 2 deletions iosApp/Configuration/Config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ OONI_PROBE_APP_NAME=OONI Probe
NMS_BUNDLE_ID=com.dw.ooniprobe
NMS_APP_NAME=News Media Scan
NMS_TEAM_ID=D6848Q89CC
APP_VERSION=5.2.0
BUNDLE_VERSION=220
APP_VERSION=5.2.1
BUNDLE_VERSION=230
Loading