Last active
April 26, 2016 14:55
-
-
Save nathanjones/2d89f4bb1645380ae1d3fa10528a9da5 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
// required to use RecyclerViews | |
compile 'com.android.support:recyclerview-v7:23.2.1' | |
// probably a good idea to have too | |
compile 'com.android.support:appcompat-v7:23.3.0' | |
compile 'com.android.support:cardview-v7:23.2.1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment