Skip to content

Commit

Permalink
Release: Update app for release 3.8.5 (#639)
Browse files Browse the repository at this point in the history
## Release Note
- Measurement engine synced with OONI Probe CLI
[v3.19.1](https://github.com/ooni/probe-cli/releases/tag/v3.19.1)
- Bug fixes and Improvements
  • Loading branch information
aanorbel committed Dec 5, 2023
1 parent 3caea0f commit 98b7ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'org.openobservatory.ooniprobe'
minSdk libs.versions.minSdk.get().toInteger()
targetSdk libs.versions.targetSdk.get().toInteger()
versionName '3.8.4'
versionCode 106
versionName '3.8.5'
versionCode 107
testInstrumentationRunner "org.openobservatory.ooniprobe.TestAndroidJUnitRunner"
buildConfigField 'String', 'OONI_API_BASE_URL', '"https://api.ooni.io/"'
buildConfigField 'String', 'NOTIFICATION_SERVER', '"https://countly.ooni.io"'
Expand Down

0 comments on commit 98b7ab3

Please sign in to comment.