Revert "[android] Make F-Droid builds use 'app.comaps' app id"

This reverts commit 307a6cc74f.
This commit is contained in:
Konstantin Pastbin
2025-06-13 21:57:30 +07:00
committed by Konstantin Pastbin
parent 73c6712476
commit 29207fd964

View File

@@ -169,6 +169,7 @@ android {
fdroid {
dimension 'default'
applicationIdSuffix '.fdroid'
versionName = android.defaultConfig.versionName + '-FDroid'
buildConfigField 'String', 'SUPPORT_MAIL', '"fdroid@comaps.app"'
}