File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
metadata/ooni/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -170,8 +170,8 @@ android {
170
170
applicationId = config.appId
171
171
minSdk = libs.versions.android.minSdk.get().toInt()
172
172
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 "
175
175
resValue(" string" , " app_name" , config.appName)
176
176
resValue(" string" , " ooni_run_enabled" , config.supportsOoniRun.toString())
177
177
resValue(
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ OONI_PROBE_APP_NAME=OONI Probe
4
4
NMS_BUNDLE_ID=com.dw.ooniprobe
5
5
NMS_APP_NAME=News Media Scan
6
6
NMS_TEAM_ID=D6848Q89CC
7
- APP_VERSION=5.0.5
8
- BUNDLE_VERSION=190
7
+ APP_VERSION=5.0.6
8
+ BUNDLE_VERSION=200
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments