From 67c653f31df0364beeccd6d4675dacde8d488115 Mon Sep 17 00:00:00 2001 From: kangxuyao Date: Tue, 7 Jul 2020 13:46:03 +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 3af5f3e..749a491 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.60' + implementation 'com.finogeeks.lib:finapplet:2.8.61' } diff --git a/ios/mop.podspec b/ios/mop.podspec index cd9b31a..cc3a4b6 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.0' + s.dependency 'FinApplet' , '2.5.1' end