胡健辉 2022-02-28 10:23:49 +08:00
commit 1a58a20c1f
6 changed files with 8 additions and 9 deletions

2
.gitignore vendored
View File

@ -9,7 +9,7 @@
.dart_tool/ .dart_tool/
.packages .packages
# If you're building an application, you may want to check-in your pubspec.lock # If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock #pubspec.lock
# Directory created by dartdoc # Directory created by dartdoc
# If you don't generate documentation locally you can remove this line. # If you don't generate documentation locally you can remove this line.

View File

@ -1,3 +1,5 @@
## 2.35.7
Release
## 2.22.4 ## 2.22.4
Release Release
## 2.22.2 ## 2.22.2

View File

@ -94,7 +94,4 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.finogeeks.lib:finapplet:2.35.7' implementation 'com.finogeeks.lib:finapplet:2.35.7'
implementation 'com.finogeeks.mop:plugins: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'
} }

View File

@ -17,7 +17,7 @@ A finclip miniprogram flutter sdk.
s.dependency 'Flutter' s.dependency 'Flutter'
s.ios.deployment_target = '9.0' s.ios.deployment_target = '9.0'
s.dependency 'FinApplet' , '2.35.9' s.dependency 'FinApplet' , '2.35.11'
s.dependency 'FinAppletExt' , '2.35.9' s.dependency 'FinAppletExt' , '2.35.11'
end end

View File

@ -5,7 +5,7 @@ homepage: https://github.com/finogeeks/mop-flutter-sdk
environment: environment:
sdk: '>=2.12.0 <3.0.0' sdk: '>=2.12.0 <3.0.0'
flutter: '^2.2.3' flutter: '>=2.2.3'
dependencies: dependencies:
flutter: flutter:

View File

@ -1,11 +1,11 @@
name: mop name: mop
description: A Finogeeks MiniProgram Flutter SDK. description: A Finogeeks MiniProgram Flutter SDK.
version: '2.35.7' version: '2.35.11'
homepage: https://github.com/finogeeks/mop-flutter-sdk homepage: https://github.com/finogeeks/mop-flutter-sdk
environment: environment:
sdk: '>=2.12.0 <3.0.0' sdk: '>=2.12.0 <3.0.0'
flutter: '^2.2.3' flutter: '>=2.2.3'
dependencies: dependencies:
flutter: flutter: