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:
Diffstat (limited to 'app/build.gradle')
-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"
- }
-}