From 53b728d992d3600e7063eda9696cb24280543021 Mon Sep 17 00:00:00 2001 From: yangbingqiao Date: Thu, 24 Feb 2022 14:34:54 +0800 Subject: [PATCH] =?UTF-8?q?remove=20map=E3=80=81webrtc=E3=80=81bluetooth?= =?UTF-8?q?=20sdk;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index d3e7568..f1df97d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -94,7 +94,4 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') 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