diff --git a/android/build.gradle b/android/build.gradle index ffbe445..58365f9 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.30.0-alpha20210616v04' + implementation 'com.finogeeks.lib:finapplet:2.30.0-alpha20210615v05' implementation 'com.finogeeks.mop:plugins:2.30.0-alpha20210615v02' } \ No newline at end of file diff --git a/ios/mop.podspec b/ios/mop.podspec index e5963b2..8bf5d64 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.29.3' - s.dependency 'FinAppletExt' , '2.29.3' + s.dependency 'FinApplet' , '2.30.0-alpha20210618v06' + s.dependency 'FinAppletExt' , '2.30.0-alpha20210618v06' end