diff --git a/android/build.gradle b/android/build.gradle index ceb17a3..3e6229e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -77,6 +77,6 @@ kapt { } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.finogeeks.lib:finapplet:latest' + implementation 'com.finogeeks.lib:finapplet:+' }