From 7026cba00f0876dc63daa2f45b9f12ae70fa5e83 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Thu, 13 Jul 2023 20:28:41 +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 3298f63..4cb1d48 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.1' - implementation 'com.finogeeks.mop:plugins:2.41.1' + implementation 'com.finogeeks.lib:finapplet:2.41.2-dev20230713v13' + implementation 'com.finogeeks.mop:plugins:2.41.2-dev20230713v13' } \ No newline at end of file