From 5a15dd42ea341de28b5b3e3bae9264fe90313d51 Mon Sep 17 00:00:00 2001 From: 12aw <arnev@gmx.de> Date: Thu, 24 Mar 2022 20:08:50 +0100 Subject: [PATCH] updated webrtc . removed old webrtc link --- build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 0825bf01b..ade0b32fc 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,6 @@ allprojects { google() mavenCentral() maven { url "https://jitpack.io" } - maven { url "https://raw.github.com/abdularis/libwebrtc-android/repo/" } } } @@ -25,7 +24,6 @@ repositories { google() mavenCentral() maven { url "https://jitpack.io" } - maven { url "https://raw.github.com/abdularis/libwebrtc-android/repo/" } jcenter() } @@ -49,7 +47,7 @@ dependencies { exclude group: 'com.android.support', module: 'exifinterface' } implementation 'org.jitsi:org.otr4j:0.23' - implementation 'com.github.webrtc-sdk:android:93.4577.01' + implementation 'com.github.webrtc-sdk:android:97.4692.01' implementation 'org.bouncycastle:bcmail-jdk15on:1.64' implementation 'org.gnu.inet:libidn:1.15' implementation 'com.google.zxing:core:3.3.3' // > 3.3.x not working below SDK 24