升级sdk
parent
ba7f452ec3
commit
de8b02c2ef
|
@ -1,3 +1,5 @@
|
|||
## 0.6.1
|
||||
适配运行时新接口
|
||||
## 0.6.0
|
||||
增加api接口
|
||||
## 0.5.0
|
||||
|
|
|
@ -91,6 +91,6 @@ kapt {
|
|||
}
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'com.finogeeks.lib:finapplet:2.4.0'
|
||||
implementation 'com.finogeeks.lib:finapplet:+'
|
||||
|
||||
}
|
||||
|
|
|
@ -17,6 +17,6 @@ A new flutter plugin project.
|
|||
s.dependency 'Flutter'
|
||||
s.ios.deployment_target = '8.0'
|
||||
|
||||
s.dependency 'FinApplet' , '2.1.23'
|
||||
s.dependency 'FinApplet'
|
||||
end
|
||||
|
||||
|
|
10
pubspec.yaml
10
pubspec.yaml
|
@ -1,6 +1,6 @@
|
|||
name: mop
|
||||
description: A Finogeeks MiniProgram Flutter SDK.
|
||||
version: 0.6.0
|
||||
version: 0.6.1
|
||||
homepage: https://github.com/finogeeks/mop-flutter-sdk
|
||||
|
||||
environment:
|
||||
|
@ -24,8 +24,12 @@ flutter:
|
|||
# be modified. They are used by the tooling to maintain consistency when
|
||||
# adding or updating assets for this project.
|
||||
plugin:
|
||||
androidPackage: com.finogeeks.mop
|
||||
pluginClass: MopPlugin
|
||||
platforms:
|
||||
android:
|
||||
package: com.finogeeks.mop
|
||||
pluginClass: MopPlugin
|
||||
ios:
|
||||
pluginClass: MopPlugin
|
||||
# To add assets to your plugin package, add an assets section, like this:
|
||||
# assets:
|
||||
# - images/a_dot_burr.jpeg
|
||||
|
|
Loading…
Reference in New Issue