From cf452cb0f4e691be3496a1978448d33235e33f62 Mon Sep 17 00:00:00 2001 From: wangyong Date: Thu, 9 Mar 2023 11:22:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8C=85=E5=90=ABX5=E7=9B=B8?= =?UTF-8?q?=E5=85=B3SDK=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index fe70af9..6e20cfd 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.39.9' - implementation 'com.finogeeks.mop:plugins:2.39.9' + implementation 'com.finogeeks.lib:finapplet:2.40.0-dev20230306v02' + implementation 'com.finogeeks.mop:plugins:2.40.0-dev20230228v02' } \ No newline at end of file