From 6458859f5e3ebe1290726e2ecb0390c3f83c184d Mon Sep 17 00:00:00 2001 From: Laurent Date: Fri, 15 Mar 2019 12:11:20 +0100 Subject: [PATCH] Fixing test build --- app/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index f743900c..06b06296 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -74,6 +74,11 @@ dependencies { // Logs implementation 'com.jakewharton.timber:timber:4.7.1' + androidTestImplementation 'androidx.test:core:1.0.0' + androidTestImplementation 'androidx.test:runner:1.1.0' + androidTestImplementation 'androidx.test:rules:1.1.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.0' + // Test testImplementation 'junit:junit:4.12' testImplementation "org.mockito:mockito-core:1.10.19"