From 41acfc9e90c6da6aa427ee023153613147f10608 Mon Sep 17 00:00:00 2001 From: Aman Kumar Gupta Date: Tue, 31 Oct 2017 16:44:33 +0530 Subject: [PATCH] Update build.gradle --- cSploit/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/cSploit/build.gradle b/cSploit/build.gradle index 0002b242e6..0fa80956af 100644 --- a/cSploit/build.gradle +++ b/cSploit/build.gradle @@ -33,6 +33,7 @@ dependencies { compile 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3' compile 'org.tukaani:xz:1.5' compile 'ch.acra:acra:4.6.2' + compile 'com.android.support:recyclerview-v7:+' testCompile 'junit:junit:4.12' }