Skip to content

Commit

Permalink
chore: use ooni/probe-cli v3.16.3 (#542)
Browse files Browse the repository at this point in the history
* chore: use ooni/probe-cli v3.16.2

See ooni/probe#2130

* chore: use probe-cli v3.16.3

* changed test library for oonimkall

Co-authored-by: Norbel Ambanumben <[email protected]>
  • Loading branch information
bassosimone and aanorbel authored Sep 21, 2022
1 parent 994651b commit e4dfc64
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 @@ -155,7 +155,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:2022.07.04-102558'
testImplementation 'org.ooni:oonimkall:2022.09.14-184707'
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:2022.07.04-102558'
devImplementation 'org.ooni:oonimkall:2022.07.04-102558'
stableImplementation 'org.ooni:oonimkall:2022.09.14-184707'
devImplementation 'org.ooni:oonimkall:2022.09.14-184707'

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

Please sign in to comment.