Skip to content

Instantly share code, notes, and snippets.

@a-v-ebrahimi
Created March 23, 2016 05:28
Show Gist options
  • Select an option

  • Save a-v-ebrahimi/64a2878c1dae99dfb4e0 to your computer and use it in GitHub Desktop.

Select an option

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