From a0476d5402949316cd66b63d11ad49f5774554b4 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Thu, 8 Apr 2021 20:14:31 +0200 Subject: Remove old androidTestImplementations --- app/build.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e71bd63f..889e8dd2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -108,12 +108,6 @@ dependencies { testImplementation 'androidx.test:core:1.3.0' testImplementation 'androidx.test.ext:junit:1.1.2' testImplementation 'androidx.arch.core:core-testing:2.1.0' -// androidTestImplementation 'com.android.support:support-annotations:28.0.0' -// androidTestImplementation 'com.android.support.test:runner:1.0.2' -// androidTestImplementation "androidx.arch.core:core-testing:2.1.0" -// androidTestImplementation 'androidx.test:runner:1.3.0' -// androidTestImplementation 'androidx.test.ext:junit:1.1.2' -// androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' implementation fileTree(dir: 'libs', include: ['*.jar']) } -- cgit v1.2.3