Skip to content

Commit

Permalink
chore: use probe-cli v3.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jul 18, 2023
1 parent 00e0754 commit 2b273e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ dependencies {
testImplementation 'org.mockito:mockito-inline:4.6.1'
testImplementation 'org.robolectric:robolectric:4.5.1'
testImplementation 'com.github.blocoio:faker:1.2.8'
testImplementation 'org.ooni:oonimkall:2023.06.08-161352'
testImplementation 'org.ooni:oonimkall:2023.07.18-162729'
testAnnotationProcessor 'com.google.dagger:dagger-compiler:2.36'

// Instrumentation Testing
Expand Down
4 changes: 2 additions & 2 deletions engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
dependencies {
// For the stable and dev app flavours we're using the library
// build published at Maven Central.
stableImplementation 'org.ooni:oonimkall:2023.06.08-161352'
devImplementation 'org.ooni:oonimkall:2023.06.08-161352'
stableImplementation 'org.ooni:oonimkall:2023.07.18-162729'
devImplementation 'org.ooni:oonimkall:2023.07.18-162729'

// For the experimental flavour, you need to compile your own
// oonimkall.aar and put it into the ../engine-experimental dir
Expand Down

0 comments on commit 2b273e9

Please sign in to comment.