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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2024-01-21 11:55:22 +0300
committerStefan Niedermann <info@niedermann.it>2024-01-21 11:55:22 +0300
commit46f278fd9bd231a9b527a0d03fdf8b51f872631e (patch)
tree4e4cfce6d6c0031abfe8ee7154edc67c88dce4f0
parent44784e3b8fd5f401184dbafc61cdd56c236c2036 (diff)
fix: Remove test code
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index cb58fa9d2..22592a732 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -143,8 +143,3 @@ dependencies {
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
}
-configurations.all {
- resolutionStrategy {
- force "com.github.stefan-niedermann.android-commons:util:new-util-api-4-SNAPSHOT"
- }
-}