From 0a133b6c4c07e0402500c5c00ea0a437a9fcb50e Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 10 Dec 2022 08:50:52 +0100 Subject: [PATCH] =?UTF-8?q?temporarily=20use=20Snikket=E2=80=99s=20build?= =?UTF-8?q?=20of=20WebRTC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c5f1ba1d8..936c4b706 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,8 @@ dependencies { implementation 'com.google.guava:guava:31.1-android' quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.12.49' - freeImplementation 'ch.threema:webrtc-android:100.0.0' + // temporarily use Snikket’s build of WebRTC. The next release will use our own build + freeImplementation 'org.snikket:webrtc-android:107.0.0' playstoreImplementation fileTree(include: ['libwebrtc-m107.aar'], dir: 'libs') }