Update SDK version

master
xiaoyu 2021-11-15 17:16:00 +08:00 committed by XuPeng
parent 593ed82eb1
commit f24afa7ea4
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-alpha20211111v02' implementation 'com.finogeeks.lib:finapplet:2.35.0-alpha20211115v03'
implementation 'com.finogeeks.mop:plugins:2.34.5' implementation 'com.finogeeks.mop:plugins:2.34.5'
} }