From 271139ae4526d164d0c19925a8ee1b881563944f Mon Sep 17 00:00:00 2001 From: wangyong Date: Thu, 29 Jun 2023 15:29:58 +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 83d06f9..01cf514 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-alpha20230617v01' + def sdk_version = '2.41.0-dev20230628v01' implementation "com.finogeeks.lib:finapplet:$sdk_version" implementation "com.finogeeks.mop:plugins:$sdk_version" } \ No newline at end of file