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