From 01624fb13d4649f2828146c412f56806cfc5c5f5 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 29 Dec 2022 17:51:56 +0100 Subject: [PATCH] bump libwebrtc to 108.0.1 this version is build using the Threema Docker script and follows the instructions here: https://codeberg.org/iNPUTmice/webrtc-android --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3e54620ea..c793726e8 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.google.guava:guava:31.1-android' quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.12.49' - implementation 'im.conversations.webrtc:webrtc-android:108.0.0' + implementation 'im.conversations.webrtc:webrtc-android:108.0.1' } ext {