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