From 691c9ee3f1cdf6a825be7c158e2ecb66db728a69 Mon Sep 17 00:00:00 2001 From: zhongweiguang Date: Fri, 19 May 2023 23:44:11 +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 8687394..0a0f198 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.41.0-alpha20230507v01' - implementation 'com.finogeeks.mop:plugins:2.41.0-alpha20230507v01' + implementation 'com.finogeeks.lib:finapplet:2.41.0-alpha20230519v01' + implementation 'com.finogeeks.mop:plugins:2.41.0-alpha20230519v01' } \ No newline at end of file