Test WebRTC

master
xiaoyu 2021-10-18 18:36:32 +08:00
parent 0cae0170a4
commit 853039fc0f
1 changed files with 2 additions and 2 deletions

View File

@ -91,6 +91,6 @@ kapt {
} }
dependencies { dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.finogeeks.lib:finapplet:2.33.14' implementation 'com.finogeeks.lib:finapplet:2.35.0-alpha20211013v01'
implementation 'com.finogeeks.mop:plugins:2.33.14' implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211018v03'
} }