build: disable vcsInfo for fdroid builds

This commit is contained in:
LucasGGamerM 2025-01-07 12:12:16 -03:00
parent 899f48b40c
commit 082de410e0

View file

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