Skip to content

Commit

Permalink
mErge branch 'master' of github.com:ooni/probe-android into dev/ooni-…
Browse files Browse the repository at this point in the history
…run-v2
  • Loading branch information
aanorbel committed Sep 2, 2024
2 parents d75e48a + 7f7480c commit e32ac7e
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.9'
versionCode 117
versionName '3.9.0'
versionCode 118
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 e32ac7e

Please sign in to comment.