Update build.gradle

master
Haley-Wong 2022-06-29 11:50:47 +08:00 committed by GitHub
parent 896a00cc94
commit 1cfd2c12d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.36.11-fix20220629v01' implementation 'com.finogeeks.lib:finapplet:2.36.7'
implementation 'com.finogeeks.mop:plugins:2.36.11-fix20220629v01' implementation 'com.finogeeks.mop:plugins:2.36.7'
} }