forked from mirror/monocles_chat
webrtc work
This commit is contained in:
parent
79ad2742a7
commit
8793b4c29c
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ dependencies {
|
|||
implementation 'androidx.browser:browser:1.3.0' // 1.4.0 needs minCompileSdk 31
|
||||
implementation 'com.otaliastudios:transcoder:0.9.1' // 0.10.4 seems to be buggy
|
||||
implementation project(':libs:AXML')
|
||||
implementation fileTree(include: ['libwebrtc-m86.aar'], dir: 'libs')
|
||||
implementation fileTree(include: ['libwebrtc-m92.aar'], dir: 'libs')
|
||||
}
|
||||
|
||||
ext {
|
||||
|
|
Loading…
Reference in a new issue