diff --git a/android/build.gradle b/android/build.gradle index 3d23de6..44d0038 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -90,7 +90,7 @@ kapt { } } dependencies { - implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.finogeeks.lib:finapplet:2.38.9' - implementation 'com.finogeeks.mop:plugins:2.38.9' + api fileTree(include: ['*.jar'], dir: 'libs') + api 'com.finogeeks.lib:finapplet:2.38.9' + api 'com.finogeeks.mop:plugins:2.38.9' } \ No newline at end of file