From 6f61516078d96583681cc5e63329b3f7a4accc27 Mon Sep 17 00:00:00 2001 From: zhongweiguang Date: Fri, 5 Nov 2021 16:55:37 +0800 Subject: [PATCH] Update SDK version --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 7e52a27..e21fb12 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.35.0-alpha20211105v03' - implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211105v02' + implementation 'com.finogeeks.lib:finapplet:2.35.0-alpha20211105v04' + implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211104v01' } \ No newline at end of file