Last active
November 2, 2016 02:52
-
-
Save chelseatroy/74c2880ef9fd129fdd8edd914f94a4b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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