diff --git a/applet/build.gradle b/applet/build.gradle index 4d9b5ab..5ed7eb5 100644 --- a/applet/build.gradle +++ b/applet/build.gradle @@ -24,12 +24,16 @@ final def libsSdk = rootPath + '/libs-sdks' repositories { mavenCentral() // mavenLocal() // for local maven repository if needed - flatDir { - dirs libs - } + + // Repository with JCardSim, Globalplatform, etc, ... maven { url "https://dl.bintray.com/ph4r05/jcard" } + + // Local lib repository + flatDir { + dirs libs + } } // Dependencies for your project