From 2b273e94790cc19f4ba2680caa4d37d72c669e35 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Tue, 18 Jul 2023 19:20:41 +0200 Subject: [PATCH] chore: use probe-cli v3.18.1 Part of https://github.com/ooni/probe/issues/2503 --- app/build.gradle | 2 +- engine/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b57fbb3c6..ca6e32528 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/engine/build.gradle b/engine/build.gradle index e3f19dd39..93facfd52 100644 --- a/engine/build.gradle +++ b/engine/build.gradle @@ -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