Update build.gradle

master
Haley-Wong 2022-06-29 11:47:46 +08:00 committed by GitHub
parent 7e21b94e12
commit 896a00cc94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -91,6 +91,6 @@ kapt {
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.finogeeks.lib:finapplet:2.36.7'
implementation 'com.finogeeks.mop:plugins:2.36.7'
}
implementation 'com.finogeeks.lib:finapplet:2.36.11-fix20220629v01'
implementation 'com.finogeeks.mop:plugins:2.36.11-fix20220629v01'
}