From b3e2dc01b9dc4045151a9040b3276ce5f6845a6b Mon Sep 17 00:00:00 2001 From: Kyle Horimoto Date: Fri, 4 Sep 2015 13:22:36 -0700 Subject: Convert to using RecyclerView. --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index b5f402a..f5bcdc2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,6 +59,7 @@ android { } dependencies { + compile 'com.android.support:recyclerview-v7:+' compile "com.android.support:support-v4:23.0.1" compile "com.android.support:appcompat-v7:23.0.1" compile "com.android.support:design:23.0.1" -- cgit v1.2.3