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"' }