Skip to content

Commit

Permalink
Merge branch 'releases/3.8.5' of github.com:ooni/probe-android into d…
Browse files Browse the repository at this point in the history
…w-media-probe
  • Loading branch information
aanorbel committed Nov 28, 2023
2 parents bb5f327 + 4964560 commit 4650b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ markwon = "4.6.2"
shapeofview = "1.3.2"
targetSdk = "33"
minSdk = "21"
oonimkall = "2023.10.20-093834"
oonimkall = "2023.11.21-145557"

junit = "4.13.2"
dbflow = "4.2.4"
Expand Down

0 comments on commit 4650b5a

Please sign in to comment.