Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-04-08 21:14:31 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-08 21:14:31 +0300
commita0476d5402949316cd66b63d11ad49f5774554b4 (patch)
treeb2f24525e580f2c57b8223f5a0084ebca7e60414
parent556a48b1ca5ceb9c0ed88a54d1249e863ec180d8 (diff)
Remove old androidTestImplementations
-rw-r--r--app/build.gradle6
1 files changed, 0 insertions, 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'])
}