本地版本

master
gaoyunfei 2022-01-26 09:46:51 +08:00
parent 9ed0d64632
commit f62c0299e8
1 changed files with 2 additions and 2 deletions

View File

@ -92,6 +92,6 @@ kapt {
} }
dependencies { dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.finogeeks.lib:finapplet:2.35.1' implementation 'com.finogeeks.lib:finapplet:2.36.0-alpha20220126v02'
implementation 'com.finogeeks.mop:plugins:2.35.1' implementation 'com.finogeeks.mop:plugins:2.35.3'
} }