From 9f0efa73984dd617fff5d05ef20c589b8fe65fe0 Mon Sep 17 00:00:00 2001 From: yangbingqiao Date: Fri, 18 Feb 2022 22:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Android=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=89=88=E6=9C=AC=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 2b7895d..d3e7568 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -92,6 +92,9 @@ kapt { } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.finogeeks.lib:finapplet:2.35.5' - implementation 'com.finogeeks.mop:plugins:2.35.5' + implementation 'com.finogeeks.lib:finapplet:2.35.7' + 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' } \ No newline at end of file