From ee9175cf4cca8c52c7f243228f41259a94d7e4d6 Mon Sep 17 00:00:00 2001 From: kangxuyao Date: Mon, 13 Jul 2020 13:53:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 2 +- ios/mop.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 749a491..1ec3b42 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.8.61' + implementation 'com.finogeeks.lib:finapplet:2.8.66' } diff --git a/ios/mop.podspec b/ios/mop.podspec index 9c1444e..6bdc8eb 100644 --- a/ios/mop.podspec +++ b/ios/mop.podspec @@ -17,6 +17,6 @@ A new flutter plugin project. s.dependency 'Flutter' s.ios.deployment_target = '8.0' - s.dependency 'FinApplet' , '2.5.2' + s.dependency 'FinApplet' , '2.4.14' end