From 25367512c0ef9fd5d9611f51a40a7e0fea8d6d31 Mon Sep 17 00:00:00 2001 From: antonio Date: Sun, 2 Jul 2023 12:13:50 +0200 Subject: [PATCH] build: removed unused dependency --- app/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cc65616b..b4045dae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,9 +82,6 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.core:core-splashscreen:1.0.1' - // Google GMS - tempoImplementation 'com.google.android.gms:play-services-cast-framework:21.3.0' - // Android Material implementation 'com.google.android.material:material:1.9.0'