From 513c2484cb716bd4f62d73903282afcb91ad80f4 Mon Sep 17 00:00:00 2001 From: MohamadJaara Date: Thu, 18 Apr 2024 13:49:18 +0200 Subject: [PATCH] remove libs.googleGms.location from fdroid --- app/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ae55f20431a..2afe5d33a85 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -190,7 +190,6 @@ dependencies { println("Excluding FireBase for FDroid build") } implementation(libs.androidx.work) - implementation(libs.googleGms.location) // commonMark implementation(libs.commonmark.core)