master
kangxuyao 2021-08-13 10:48:53 +08:00
parent f677cfbf3c
commit 66a7e2d8e0
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.34.0-alpha20210811v05' implementation 'com.finogeeks.lib:finapplet:2.34.0-alpha20210813v01'
implementation 'com.finogeeks.mop:plugins:2.33.1' implementation 'com.finogeeks.mop:plugins:2.34.0-alpha20210811v01'
} }