Merge branch 'phiz_2.42.1' of https://git-dev.xyue.zip:8443/phiz/mop-flutter-sdk into phiz_2.42.1.1
# Conflicts: # ios/mop.podspecphiz_2.42.1.1
commit
5b29167042
|
@ -91,6 +91,6 @@ kapt {
|
|||
}
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'com.finogeeks.lib:finapplet:2.41.13'
|
||||
implementation 'com.finogeeks.mop:plugins:2.41.13'
|
||||
implementation 'com.finogeeks.lib:finapplet:2.42.1'
|
||||
implementation 'com.finogeeks.mop:plugins:2.42.1'
|
||||
}
|
|
@ -21,7 +21,7 @@ A finclip miniprogram flutter sdk.
|
|||
s.vendored_libraries = 'Classes/FinAppletExt/Vendor/Lame/libmp3lame.a'
|
||||
s.static_framework = true
|
||||
|
||||
s.dependency 'FinApplet' , '2.41.13'
|
||||
s.dependency 'FinApplet' , '2.42.1'
|
||||
s.dependency 'FinAppletBLE'
|
||||
end
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: mop
|
||||
description: A Finogeeks MiniProgram Flutter SDK.
|
||||
version: '2.41.13'
|
||||
version: '2.42.1'
|
||||
homepage: https://github.com/finogeeks/mop-flutter-sdk
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue