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