From b7c305cb769a661bb52c46aeb231f25765148a3c Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 30 May 2019 15:09:11 +0200 Subject: [PATCH] Gradle cleanup --- app/build.gradle | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6f4bbf1a..986990d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -104,9 +104,11 @@ dependencies { // MPAndroidChart implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' - // https://mvnrepository.com/artifact/org.apache.commons/commons-csv + // CSV Parser: https://mvnrepository.com/artifact/org.apache.commons/commons-csv implementation 'org.apache.commons:commons-csv:1.6' + implementation "com.ibm.icu:icu4j:53.1" + // Instrumented Tests androidTestImplementation 'androidx.test:core:1.1.0' androidTestImplementation 'androidx.test:runner:1.1.1' @@ -115,15 +117,9 @@ dependencies { // Test testImplementation 'junit:junit:4.12' - - // Optional -- Robolectric environment - //testImplementation 'androidx.test:core:1.1.0' - // Optional -- Mockito framework testImplementation 'com.android.support.test:runner:1.0.2' testImplementation 'com.android.support.test:rules:1.0.2' - //testImplementation 'androidx.test.espresso:espresso-core:3.1.0' - implementation "com.ibm.icu:icu4j:53.1" } apply plugin: 'com.google.gms.google-services' \ No newline at end of file