From 307a6cc74f3525970344291c357e58d878f78331 Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Sun, 1 Jun 2025 14:39:05 +0700 Subject: [PATCH] [android] Make F-Droid builds use 'app.comaps' app id Signed-off-by: Konstantin Pastbin --- android/app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index c942b146f..c1f94dd50 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -170,7 +170,6 @@ android { fdroid { dimension 'default' - applicationIdSuffix '.fdroid' versionName = android.defaultConfig.versionName + '-FDroid' buildConfigField 'String', 'SUPPORT_MAIL', '"fdroid@comaps.app"' }