Skip to content

Commit

Permalink
fix(f-droid): remove f-droid version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Aug 2, 2024
1 parent 07ab3c3 commit 81519fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mastodon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 81519fe

Please sign in to comment.