From 29207fd9647a78787c151e56a4b028791049802c Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Fri, 13 Jun 2025 21:57:30 +0700 Subject: [PATCH] Revert "[android] Make F-Droid builds use 'app.comaps' app id" This reverts commit 307a6cc74f3525970344291c357e58d878f78331. --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index e39d5c49e..b84fcb3e1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -169,6 +169,7 @@ android { fdroid { dimension 'default' + applicationIdSuffix '.fdroid' versionName = android.defaultConfig.versionName + '-FDroid' buildConfigField 'String', 'SUPPORT_MAIL', '"fdroid@comaps.app"' }