From b55fb5da3a90deadebfba4279aa04f11a8da8c23 Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Mon, 4 Mar 2019 10:02:03 +0100 Subject: [PATCH] Format gradle --- app/build.gradle | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 16f3127c..ab473c27 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,6 +44,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" + // Android implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.core:core-ktx:1.1.0-alpha04' @@ -73,17 +74,14 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.1.0' androidTestImplementation 'androidx.test.ext:junit:1.1.0' - - // Required -- JUnit 4 framework testImplementation 'junit:junit:4.12' // Optional -- Robolectric environment -// testImplementation 'androidx.test:core:1.1.0' + //testImplementation 'androidx.test:core:1.1.0' // Optional -- Mockito framework testImplementation 'com.android.support.test:runner:1.0.1' testImplementation 'com.android.support.test:rules:1.0.1' - -// testImplementation 'androidx.test.espresso:espresso-core:3.1.0' + //testImplementation 'androidx.test.espresso:espresso-core:3.1.0' }