Skip to content

Commit

Permalink
build: add name suffixes for F-Droid and GitHub versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed May 18, 2024
1 parent 1d405d9 commit 711c70a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mastodon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 711c70a

Please sign in to comment.