forked from mirror/monocles_chat
revert webrtc to m86 for f-droid
This commit is contained in:
parent
590f3f6cd0
commit
776d45eb21
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ dependencies {
|
|||
exclude group: 'com.android.support', module: 'exifinterface'
|
||||
}
|
||||
implementation 'org.jitsi:org.otr4j:0.23'
|
||||
implementation 'com.github.webrtc-sdk:android:97.4692.01'
|
||||
//implementation 'com.github.webrtc-sdk:android:97.4692.01'
|
||||
implementation 'org.webrtc:google-webrtc:1.0.32006'
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue