From 88b701fd39bd89bc68e4ccb2e7880968a9033513 Mon Sep 17 00:00:00 2001 From: J-Jamet Date: Sat, 16 Aug 2025 20:23:03 +0200 Subject: [PATCH] fix: Remove Play store dependency --- app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 186c54ea9..8e74310ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -151,7 +151,6 @@ dependencies { // Credentials Provider implementation "androidx.credentials:credentials:1.2.2" - implementation "androidx.credentials:credentials-play-services-auth:1.2.2" // Modules import implementation project(path: ':database')