Skip to content

Commit

Permalink
repository config refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Apr 4, 2018
1 parent bdded31 commit 66847ac
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions applet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66847ac

Please sign in to comment.