From 7e8f0f7bd509da700d9cef70fe086d1721688d5e Mon Sep 17 00:00:00 2001 From: yangbingqiao Date: Wed, 12 Oct 2022 18:15:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=8F=90=E5=8D=87sdk=E7=89=88?= =?UTF-8?q?=E6=9C=AC=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 2e26099..37fd322 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.0-alpha20220928v01' + implementation 'com.finogeeks.lib:finapplet:2.39.0-alpha20221012v01' implementation 'com.finogeeks.mop:plugins:2.38.1' } \ No newline at end of file