Update build.gradle

master
finogeeksdev 2020-05-01 10:56:20 +08:00 committed by GitHub
parent a3a91c69bd
commit ddac3a2312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.1.30' implementation 'com.finogeeks.lib:finapplet:+'
} }