build: add name suffixes for F-Droid and GitHub versions

This commit is contained in:
LucasGGamerM
2024-05-18 13:28:30 -03:00
parent 1d405d9e48
commit 711c70af2f

View File

@@ -102,9 +102,13 @@ android {
shrinkResources true
versionNameSuffix '-play'
}
githubRelease { initWith release }
githubRelease {
initWith release
versionNameSuffix '-github'
}
fdroidRelease {
initWith release
versionNameSuffix '-fdroid'
// signingConfig signingConfigs.release
}
}