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 23, 2024
2 parents 14d4c9e + a46360d commit 66c5dd8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.9.0'
versionCode 118
versionName '3.9.0-beta'
versionCode 119
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
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
androidGradlePlugin = "8.5.1"
barista = "4.0.0"
countlySdk = "24.7.0"
desugar_jdk_libs_nio = "2.0.4"
androidGradlePlugin = "8.6.1"
barista = "4.3.0"
countlySdk = "24.7.3"
desugar_jdk_libs_nio = "2.1.2"
faker = "2.0.4"
mockito = "5.12.0"
mockito = "5.13.0"
robolectric = "4.13"
fastlaneScreengrab = "2.1.1"
sentryAndroid = "7.12.0"
Expand All @@ -18,7 +18,7 @@ androidxCore = "1.6.1"
androidxRunner = "1.6.1"
androidxAppCompat = "1.7.0"
androidxConstraintlayout = "2.1.4"
androidxLifecycleProcess = "2.8.3"
androidxLifecycleProcess = "2.8.5"
androidxPreference = "1.2.1"
workRuntime = "2.9.0"
androidxLocalbroadcastmanager = "1.1.0"
Expand All @@ -30,13 +30,13 @@ androidxEspressoCore = "3.6.1"
googleGson = "2.11.0"
googleGuava = "33.2.1-android"
googleMaterial = "1.12.0"
googleDagger = "2.51.1"
googleFirebaseBon = "33.1.2"
googleDagger = "2.52"
googleFirebaseBon = "33.3.0"
googlePlayAppUpdate = "2.1.0"

# OONI
compileSdk = "34"
lottie = "6.4.1"
lottie = "6.5.2"
markwon = "4.6.2"
shapeofview = "1.4.7"
targetSdk = "34"
Expand Down

0 comments on commit 66c5dd8

Please sign in to comment.