release: version:2.35.13
parent
9ee522c21e
commit
e75a329c8e
|
@ -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.35.7'
|
implementation 'com.finogeeks.lib:finapplet:2.35.9'
|
||||||
implementation 'com.finogeeks.mop:plugins:2.35.7'
|
implementation 'com.finogeeks.mop:plugins:2.35.9'
|
||||||
}
|
}
|
|
@ -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.11'
|
s.dependency 'FinApplet' , '2.35.13'
|
||||||
s.dependency 'FinAppletExt' , '2.35.11'
|
s.dependency 'FinAppletExt' , '2.35.13'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue