Update SDK version

master
xiaoyu 2021-12-30 15:36:46 +08:00 committed by XuPeng
parent b62a30c101
commit d76d40dd66
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.35.0-alpha20211230v02' implementation 'com.finogeeks.lib:finapplet:2.35.0-alpha20211230v03'
implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211229v01' implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211229v01'
} }