From 974295b8b9ca2d2ce1405e2e544aa91a3b92dbb2 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sun, 14 May 2023 20:29:43 -0500 Subject: [PATCH] Match webrtc to snikket and upstream --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e48d7755517e5473c1b6028a8437f4cce8a50ba8..5465512f2b4ffd7d26dde2ad1933b01a2f724fb0 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ dependencies { implementation 'com.splitwise:tokenautocomplete:3.0.2' implementation 'com.github.singpolyma:Better-Link-Movement-Method:4df081e1e4' implementation 'com.github.singpolyma:android-identicons:3361281bd4' - implementation 'org.snikket:webrtc-android:107.0.0' + implementation 'im.conversations.webrtc:webrtc-android:104.0.0' implementation 'com.github.woltapp:blurhash:master' implementation 'com.caverock:androidsvg-aar:1.4' implementation 'org.tomlj:tomlj:1.1.0'