Merge branch 'master' of ssh://gitlab.finogeeks.club:2233/finclipsdk/finclip-flutter-sdk

master
wanghualei 2021-12-31 17:40:32 +08:00
commit 4f4ab39ea3
1 changed files with 2 additions and 2 deletions

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.35.0-alpha20211230v04' implementation 'com.finogeeks.lib:finapplet:2.35.0-alpha20211231v09'
implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211229v01' implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211231v09'
} }