From 62eb312d1a402a851f83e55fde90cb147413ad0d Mon Sep 17 00:00:00 2001 From: wangyong Date: Sat, 1 Jul 2023 12:57:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 01cf514..e81e3a1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -91,7 +91,7 @@ kapt { } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - def sdk_version = '2.41.0-dev20230628v01' + def sdk_version = '2.41.0-dev20230630v06' implementation "com.finogeeks.lib:finapplet:$sdk_version" implementation "com.finogeeks.mop:plugins:$sdk_version" } \ No newline at end of file