fix(f-droid): remove f-droid version suffix

This commit is contained in:
LucasGGamerM 2024-08-02 16:43:48 -03:00
parent 07ab3c394a
commit 81519fe906
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@ android {
}
fdroidRelease {
initWith release
versionNameSuffix '-fdroid'
// The F-droid build system doesn't like this at all for some reason.
// versionNameSuffix '-fdroid'
// signingConfig signingConfigs.release
}
}