From 14712b1e71060d485b49855282b1613d6da50dcb Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Fri, 28 Oct 2022 23:33:50 +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 181ead6..caecc82 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.38.5' - implementation 'com.finogeeks.mop:plugins:2.38.5' + implementation 'com.finogeeks.lib:finapplet:2.39.0-alpha20221028v01' + implementation 'com.finogeeks.mop:plugins:2.39.0-alpha20221028v01' } \ No newline at end of file