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