Skip to content

Instantly share code, notes, and snippets.

@kewang
Last active April 4, 2016 05:38
Show Gist options
  • Save kewang/2e0d4bcc58ab5b58b3e057dfa6d489e1 to your computer and use it in GitHub Desktop.
Save kewang/2e0d4bcc58ab5b58b3e057dfa6d489e1 to your computer and use it in GitHub Desktop.
Import Android library
repositories {
flatDir {
dirs 'libs'
}
}
dependencies {
compile(name: 'map-controller', ext: 'aar')
}
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies {
compile 'com.github.kewang:map-controller:v2.1.0'
}
repositories {
mavenCentral()
}
dependencies {
compile 'tw.kewang.mapcontroller:v2.1.0'
}
dependencies {
compile project(':map-controller')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment