From 16553feebc2180d2521783af44855d0bd3a37034 Mon Sep 17 00:00:00 2001 From: kangxuyao Date: Fri, 14 Aug 2020 14:46:53 +0800 Subject: [PATCH] update --- 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 757a65d..cd89905 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.9.5' + implementation 'com.finogeeks.lib:finapplet:2.10.6' } diff --git a/ios/mop.podspec b/ios/mop.podspec index d81ecc4..47adc3d 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.6.8' + s.dependency 'FinApplet' , '2.7.7' end