Merge branch 'master' of https://gitlab.finogeeks.club/finclipsdk/finclip-flutter-sdk
commit
1a58a20c1f
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
## 2.35.7
|
||||
Release
|
||||
## 2.22.4
|
||||
Release
|
||||
## 2.22.2
|
||||
|
|
|
@ -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'
|
||||
}
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue