From 46f278fd9bd231a9b527a0d03fdf8b51f872631e Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sun, 21 Jan 2024 09:55:22 +0100 Subject: fix: Remove test code Signed-off-by: Stefan Niedermann --- app/build.gradle | 5 ----- 1 file changed, 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" - } -} -- cgit v1.2.3