Skip to content

Instantly share code, notes, and snippets.

@a-v-ebrahimi
Created March 23, 2016 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-v-ebrahimi/64a2878c1dae99dfb4e0 to your computer and use it in GitHub Desktop.
Save a-v-ebrahimi/64a2878c1dae99dfb4e0 to your computer and use it in GitHub Desktop.
Add AAR Library to build.gradle
allprojects {
repositories {
jcenter()
flatDir {
dirs 'libs'
}
}
}
dependencies {
compile(name:'cards', ext:'aar')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment