修改Android依赖版本;

master
yangbingqiao 2022-02-18 22:26:24 +08:00
parent cda169de98
commit 9f0efa7398
1 changed files with 5 additions and 2 deletions

View File

@ -92,6 +92,9 @@ kapt {
} }
dependencies { dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.finogeeks.lib:finapplet:2.35.5' implementation 'com.finogeeks.lib:finapplet:2.35.7'
implementation 'com.finogeeks.mop:plugins:2.35.5' implementation 'com.finogeeks.mop:plugins:2.35.7'
implementation 'com.finogeeks.mop:map:2.35.7'
implementation 'com.finogeeks.mop:webrtc:2.35.7'
implementation 'com.finogeeks.mop:bluetooth:2.35.7'
} }