From b663f1bf897ac09eb842879e48a8212c3ce9106a Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Sat, 23 Oct 2021 10:42:39 +0800 Subject: [PATCH] =?UTF-8?q?Android=20Major=E8=BF=AD=E4=BB=A3=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E5=8F=91=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 42edc6a..32b0654 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -91,6 +91,6 @@ kapt { } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.finogeeks.lib:finapplet:2.34.3' - implementation 'com.finogeeks.mop:plugins:2.34.3' + implementation 'com.finogeeks.lib:finapplet:2.35.0-alpha20211023v01' + implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211023v01' } \ No newline at end of file