threema build removes codecs and DTMF that we need

Stephen Paul Weber created

Change summary

build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

build.gradle 🔗

@@ -103,7 +103,7 @@ dependencies {
     implementation 'io.michaelrocks:libphonenumber-android:8.12.49'
     implementation 'io.github.nishkarsh:android-permissions:2.1.6'
     implementation 'androidx.recyclerview:recyclerview:1.1.0'
-    implementation 'ch.threema:webrtc-android:100.0.0'
+    implementation urlFile('https://gateway.pinata.cloud/ipfs/QmeqMiLxHi8AAjXobxr3QTfa1bSSLyAu86YviAqQnjxCjM/libwebrtc.aar', 'libwebrtc.aar')
     // INSERT
 }