summaryrefslogtreecommitdiff
path: root/main/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'main/build.gradle')
-rw-r--r--main/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/build.gradle b/main/build.gradle
index 7312a126..bd296540 100644
--- a/main/build.gradle
+++ b/main/build.gradle
@@ -16,6 +16,8 @@ dependencies {
compile 'com.android.support:cardview-v7:23.3.0'
compile 'com.android.support:recyclerview-v7:23.3.0'
// compile 'ch.acra:acra:4.5.0'
+
+ testCompile 'junit:junit:4.12'
}
android {