master
kangxuyao 2021-12-01 10:03:16 +08:00 committed by XuPeng
parent 7d045231b3
commit f7e17566be
1 changed files with 3 additions and 1 deletions

View File

@ -92,5 +92,7 @@ kapt {
dependencies { dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.finogeeks.lib:finapplet:2.35.0-alpha20211122v01' implementation 'com.finogeeks.lib:finapplet:2.35.0-alpha20211122v01'
implementation 'com.finogeeks.mop:plugins:2.34.7' implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211201v01'
implementation 'com.finogeeks.mop:webrtc:2.35.0-alpha20211201v01'
implementation 'com.finogeeks.mop:map:2.35.0-alpha20211201v01'
} }