本地版本

master
gaoyunfei 2022-09-09 21:54:43 +08:00
parent d087c0891b
commit 9e38ad0873
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.37.12-alpha20220909v03' implementation 'com.finogeeks.lib:finapplet:2.37.13'
implementation 'com.finogeeks.mop:plugins:2.37.11' implementation 'com.finogeeks.mop:plugins:2.37.13'
} }