Skip to content

Instantly share code, notes, and snippets.

@chelseatroy
Last active November 2, 2016 02:52
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 chelseatroy/74c2880ef9fd129fdd8edd914f94a4b6 to your computer and use it in GitHub Desktop.
Save chelseatroy/74c2880ef9fd129fdd8edd914f94a4b6 to your computer and use it in GitHub Desktop.
repositories{
flatDir{
dirs 'libs'
}
}
dependencies {
//Design and Aminations
compile 'com.android.support:cardview-v7:23.1.1'
compile (name:'library-2.4.1', ext:'aar')
compile 'com.android.support:support-v13:21.0.+'
compile 'com.nineoldandroids:library:2.4.0'
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment