version++

master
kangxuyao 2021-07-02 19:06:59 +08:00
parent 68212f16e6
commit 0623fecb88
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.31.0-alpha20210702v03' implementation 'com.finogeeks.lib:finapplet:2.31.0-alpha20210702v05'
implementation 'com.finogeeks.mop:plugins:2.30.2' implementation 'com.finogeeks.mop:plugins:2.31.0-alpha20210702v01'
} }