Skip to content

Commit

Permalink
chore: use probe-cli v3.20.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Oct 11, 2023
1 parent 1972bf1 commit f0567b8
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 @@ -147,7 +147,7 @@ dependencies {
testImplementation 'org.mockito:mockito-inline:4.6.1'
testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation 'com.github.blocoio:faker:1.2.8'
testImplementation 'org.ooni:oonimkall:2023.07.18-162729'
testImplementation 'org.ooni:oonimkall:2023.10.10-165336'
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.07.18-162729'
devImplementation 'org.ooni:oonimkall:2023.07.18-162729'
stableImplementation 'org.ooni:oonimkall:2023.10.10-165336'
devImplementation 'org.ooni:oonimkall:2023.10.10-165336'

// 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 f0567b8

Please sign in to comment.