From ef025e79edbe9c29168f393749cb2a284ace992a Mon Sep 17 00:00:00 2001 From: yangbinqiao Date: Thu, 15 Jun 2023 16:13:38 +0800 Subject: [PATCH] update: android version; --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 3339b18..2bd2bcb 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.40.12-dev20230614v05' - implementation 'com.finogeeks.mop:plugins:2.40.11' + implementation 'com.finogeeks.lib:finapplet:2.40.12-dev20230615v11' + implementation 'com.finogeeks.mop:plugins:2.40.12-dev20230615v11' } \ No newline at end of file