From dd931d8113473911cb4603b610a68004a8708590 Mon Sep 17 00:00:00 2001 From: woheller69 <68678880+woheller69@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:02:00 +0100 Subject: [PATCH] Remove unused non-FOSS dependency See #912 --- app/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fc5cefd4c..f1e9ed2c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -100,9 +100,6 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation('androidx.core:core-google-shortcuts:1.1.0') { - exclude group:'com.google.android.gms' - } implementation 'androidx.media:media:1.6.0' implementation "androidx.viewpager2:viewpager2:1.1.0-beta02" implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"