Skip to content

Commit

Permalink
chore: bump org.ooni:oonimkall from v3.21.0 to v3.22.0 (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel authored May 29, 2024
1 parent e655cb0 commit 5e88e79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
Expand All @@ -15,8 +15,8 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
jcenter()
maven { url "https://jitpack.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.4.7"
targetSdk = "33"
minSdk = "21"
oonimkall = "2024.03.27-124004"
oonimkall = "2024.05.22-092559"

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

0 comments on commit 5e88e79

Please sign in to comment.