diff --git a/.gitignore b/.gitignore index 5cedef4..45fc440 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ .dart_tool/ .packages # If you're building an application, you may want to check-in your pubspec.lock -pubspec.lock +#pubspec.lock # Directory created by dartdoc # If you don't generate documentation locally you can remove this line. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e30f86..74f544f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 2.35.7 +Release ## 2.22.4 Release ## 2.22.2 diff --git a/android/build.gradle b/android/build.gradle index d3e7568..f1df97d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -94,7 +94,4 @@ 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.mop:map:2.35.7' - implementation 'com.finogeeks.mop:webrtc:2.35.7' - implementation 'com.finogeeks.mop:bluetooth:2.35.7' } \ No newline at end of file diff --git a/ios/mop.podspec b/ios/mop.podspec index 30fd61e..ef8f9ea 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.9' - s.dependency 'FinAppletExt' , '2.35.9' + s.dependency 'FinApplet' , '2.35.11' + s.dependency 'FinAppletExt' , '2.35.11' end diff --git a/pubspec.tpl.yaml b/pubspec.tpl.yaml index 1fda902..72f7c1a 100644 --- a/pubspec.tpl.yaml +++ b/pubspec.tpl.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/finogeeks/mop-flutter-sdk environment: sdk: '>=2.12.0 <3.0.0' - flutter: '^2.2.3' + flutter: '>=2.2.3' dependencies: flutter: diff --git a/pubspec.yaml b/pubspec.yaml index 9bed028..3f09934 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: mop description: A Finogeeks MiniProgram Flutter SDK. -version: '2.35.7' +version: '2.35.11' homepage: https://github.com/finogeeks/mop-flutter-sdk environment: sdk: '>=2.12.0 <3.0.0' - flutter: '^2.2.3' + flutter: '>=2.2.3' dependencies: flutter: