From 18771f1b614272deb8a8f7bef9147ff807b07c7c Mon Sep 17 00:00:00 2001 From: BreadFish64 Date: Tue, 9 Oct 2018 19:41:25 -0500 Subject: [PATCH] add test dependencies --- src/android/app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index 9ada265a9..921f26a88 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -90,6 +90,9 @@ dependencies { implementation "com.android.support:leanback-v17:$androidSupportVersion" implementation 'com.android.support.constraint:constraint-layout:1.1.0' + + testImplementation "com.android.support.test:runner:1.0.2" + androidTestImplementation "com.android.support.test:runner:1.0.1" } def getVersion() {