升级sdk

master
kangxuyao 2020-05-22 16:51:16 +08:00
parent ba7f452ec3
commit de8b02c2ef
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,5 @@
## 0.6.1
## 0.6.0 ## 0.6.0
api api
## 0.5.0 ## 0.5.0

View File

@ -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:+'
} }

View File

@ -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

View File

@ -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,8 +24,12 @@ 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:
pluginClass: MopPlugin android:
package: com.finogeeks.mop
pluginClass: MopPlugin
ios:
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:
# - images/a_dot_burr.jpeg # - images/a_dot_burr.jpeg