mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-29 00:14:12 +01:00
Merge pull request 'webrtc work' (#27) from modern_webrtc into master
Reviewed-on: https://codeberg.org/Arne/monocles_chat/pulls/27
This commit is contained in:
commit
6d34473ca9
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,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…
Add table
Reference in a new issue