From e625b3634293de6eb19d52f80793b04762d4b5d8 Mon Sep 17 00:00:00 2001 From: yangbinqiao Date: Sat, 17 Jun 2023 19:11:59 +0800 Subject: [PATCH] =?UTF-8?q?Android=20major=202.41.0-alpha20230617v01?= =?UTF-8?q?=EF=BC=9B?= 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 8fdab9a..83d06f9 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-alpha20230602v01' + def sdk_version = '2.41.0-alpha20230617v01' implementation "com.finogeeks.lib:finapplet:$sdk_version" implementation "com.finogeeks.mop:plugins:$sdk_version" } \ No newline at end of file