From 33e5c49a8281a9b7b98ef2721773bac73de1daf8 Mon Sep 17 00:00:00 2001 From: developer Date: Mon, 7 Mar 2022 13:18:36 +0800 Subject: [PATCH] release: version:2.35.13 --- android/build.gradle | 4 ++-- ios/mop.podspec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index af357b2..1766375 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.35.7' - implementation 'com.finogeeks.mop:plugins:2.35.7' + implementation 'com.finogeeks.lib:finapplet:2.35.9' + implementation 'com.finogeeks.mop:plugins:2.35.9' } \ No newline at end of file diff --git a/ios/mop.podspec b/ios/mop.podspec index ef8f9ea..3cbf61a 100644 --- a/ios/mop.podspec +++ b/ios/mop.podspec @@ -17,7 +17,7 @@ A finclip miniprogram flutter sdk. s.dependency 'Flutter' s.ios.deployment_target = '9.0' - s.dependency 'FinApplet' , '2.35.11' - s.dependency 'FinAppletExt' , '2.35.11' + s.dependency 'FinApplet' , '2.35.13' + s.dependency 'FinAppletExt' , '2.35.13' end