From bbd73835ad87efa5f6f5ba89599a9abddbbc9115 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Thu, 21 Oct 2021 23:16:42 +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 233b1cd..1819af4 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-alpha20211020v01' - implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211021v01' + implementation 'com.finogeeks.lib:finapplet:2.35.0-alpha20211021v03' + implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211021v03' } \ No newline at end of file