Android端依赖修改为测试版:2.31.0-alpha20210625v01

master
yangbingqiao 2021-06-25 09:44:20 +08:00
parent 1b42b67e2e
commit 4b5aeca2b6
1 changed files with 1 additions and 1 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.30.1' implementation 'com.finogeeks.lib:finapplet:2.31.0-alpha20210625v01'
implementation 'com.finogeeks.mop:plugins:2.30.2' implementation 'com.finogeeks.mop:plugins:2.30.2'
} }