Merge branch 'master' of ssh://gitlab.finogeeks.club:2233/finclipsdk/finclip-flutter-sdk
commit
fc6fdde240
|
@ -91,6 +91,6 @@ kapt {
|
|||
}
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'com.finogeeks.lib:finapplet:2.37.7'
|
||||
implementation 'com.finogeeks.mop:plugins:2.37.7'
|
||||
implementation 'com.finogeeks.lib:finapplet:2.37.9'
|
||||
implementation 'com.finogeeks.mop:plugins:2.37.9'
|
||||
}
|
|
@ -174,11 +174,7 @@ public class AppletModule extends BaseApi {
|
|||
|
||||
@Override
|
||||
public void onError(int i, String s) {
|
||||
callback.onFail(new HashMap(){
|
||||
{
|
||||
put("info",s);
|
||||
}
|
||||
});
|
||||
callback.onFail(s);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: mop
|
||||
description: A Finogeeks MiniProgram Flutter SDK.
|
||||
version: '2.37.7'
|
||||
version: '2.37.9'
|
||||
homepage: https://github.com/finogeeks/mop-flutter-sdk
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue