diff --git a/android/build.gradle b/android/build.gradle index c634351..67ef64b 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.8.71' + implementation 'com.finogeeks.lib:finapplet:2.8.76' } diff --git a/ios/mop.podspec b/ios/mop.podspec index 764c5a4..ca5c5d1 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.5.5' + s.dependency 'FinApplet' , '2.5.6' end