build: disable vcsInfo for fdroid builds
This commit is contained in:
parent
899f48b40c
commit
082de410e0
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ android {
|
|||
}
|
||||
fdroidRelease {
|
||||
initWith release
|
||||
vcsInfo.include false
|
||||
// The F-droid build system doesn't like this at all for some reason.
|
||||
// versionNameSuffix '-fdroid'
|
||||
// signingConfig signingConfigs.release
|
||||
|
|
Loading…
Add table
Reference in a new issue