Skip to content

Commit 5043733

Browse files
committed
Release 5.0.6
1 parent 00485c0 commit 5043733

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
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
applicationId = config.appId
171171
minSdk = libs.versions.android.minSdk.get().toInt()
172172
targetSdk = libs.versions.android.targetSdk.get().toInt()
173-
versionCode = 190 // Always increment by 10. See fdroid flavor below
174-
versionName = "5.0.5"
173+
versionCode = 200 // Always increment by 10. See fdroid flavor below
174+
versionName = "5.0.6"
175175
resValue("string", "app_name", config.appName)
176176
resValue("string", "ooni_run_enabled", config.supportsOoniRun.toString())
177177
resValue(

iosApp/Configuration/Config.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ OONI_PROBE_APP_NAME=OONI Probe
44
NMS_BUNDLE_ID=com.dw.ooniprobe
55
NMS_APP_NAME=News Media Scan
66
NMS_TEAM_ID=D6848Q89CC
7-
APP_VERSION=5.0.5
8-
BUNDLE_VERSION=190
7+
APP_VERSION=5.0.6
8+
BUNDLE_VERSION=200
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
* Measurement engine synced with OONI Probe CLI v3.24.0.
2-
* Bug fixes and other improvements.
1+
* Measurement engine synced with OONI Probe CLI v3.25.0.
2+
* Fix running OONI Run link tests with large amounts of URLs.
3+
* Dark-mode splash screen on Android.
4+
* Other bug fixes and improvements.

0 commit comments

Comments
 (0)