From efde7ba37e3e323eea1933dfbfcae11fa72751b5 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 23 Feb 2019 14:03:08 +1100 Subject: [PATCH] Update build.gradle --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index a4c60d7..f9fe3d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,4 +22,7 @@ android { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.android.support:appcompat-v7:25.3.0' + testImplementation 'junit:junit:4.12' + androidTestImplementation 'com.android.support.test:runner:1.0.2' + androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' }