From bc3ab9dd11f970bc11f0d4c807663dad01efe06d Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 20 Jul 2022 10:25:33 +0200 Subject: [PATCH] Remove duplicated and unused dependencies. --- dependencies.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 97b4ad2ea3..db5b3e19a1 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -49,9 +49,7 @@ ext.libs = [ 'coroutinesTest' : "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutines" ], androidx : [ - 'annotation' : "androidx.annotation:annotation:1.4.0", 'activity' : "androidx.activity:activity:1.5.0", - 'annotations' : "androidx.annotation:annotation:1.3.0", 'appCompat' : "androidx.appcompat:appcompat:1.4.2", 'biometric' : "androidx.biometric:biometric:1.1.0", 'core' : "androidx.core:core-ktx:1.8.0",