From 8f988940535e296aa218e40bbad883f11a0956ae Mon Sep 17 00:00:00 2001 From: Roy Olav Purser Date: Wed, 26 May 2021 14:10:26 +0200 Subject: [PATCH] remove androidx --- app/app/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/app/build.gradle b/app/app/build.gradle index 331b04c..4dc7243 100644 --- a/app/app/build.gradle +++ b/app/app/build.gradle @@ -12,8 +12,6 @@ android { targetSdkVersion 29 versionCode 107 versionName "107.0" - - testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -30,6 +28,4 @@ android { dependencies { testImplementation 'junit:junit:4.+' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' } \ No newline at end of file