Created
December 30, 2016 14:28
-
-
Save manishkpr/39f5eb65e76bb40d42c9cfe0419f5845 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
dependencies { | |
compile fileTree(dir: 'libs', include: ['*.jar']) | |
testCompile 'junit:junit:4.12' | |
compile 'com.android.support:support-v4:23.1.0' | |
compile 'com.android.support:appcompat-v7:23.1.0' | |
compile 'com.android.support:design:23.1.0' | |
compile 'com.jakewharton:butterknife:7.0.1' | |
compile 'com.android.support:cardview-v7:23.1.0' | |
compile 'com.android.support:recyclerview-v7:23.1.0' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment