From 37033af668205861a92d03afa0fdd04b5fc25085 Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Mon, 16 Sep 2024 11:38:38 +0200 Subject: [PATCH] remove duplicated dependencies found by the tool https://stackblitz.com/edit/find-gradle-dependency-duplicates?file=src%2Fapp%2Fapp.component.ts Signed-off-by: Marcel Hibbe --- app/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9a2d54a4a..c27cca710 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -344,15 +344,11 @@ dependencies { spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0' spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.6.4' - gplayImplementation 'com.google.android.gms:play-services-base:18.5.0' - gplayImplementation "com.google.firebase:firebase-messaging:24.0.1" - implementation 'androidx.activity:activity-ktx:1.9.2' implementation 'com.github.nextcloud.android-common:ui:0.23.0' implementation 'com.github.nextcloud-deps:android-talk-webrtc:121.6167.0' - implementation(platform("androidx.compose:compose-bom:2024.09.01")) implementation("io.coil-kt:coil-compose:2.7.0") implementation "com.google.dagger:hilt-android:$hilt_version"