Revert "F-Droid changelog"

This reverts commit da06910e9e.
This commit is contained in:
M66B
2025-12-15 08:19:32 +01:00
parent 0163df2f83
commit 2c33dec2ac
3 changed files with 3905 additions and 4 deletions

View File

@@ -399,8 +399,8 @@ preBuild.dependsOn copyMarkdown
tasks.register('copyChangelog', Copy) {
from "${rootDir}"
into "../metadata/en-US/changelogs"
include "fdroid.txt"
rename "fdroid.txt", getVersionCode() + ".txt"
include "CHANGELOG.md"
rename "CHANGELOG.md", getVersionCode() + ".txt"
filter { String line ->
line
.replaceAll(".*Google Translate.*", "--------------------")

View File

@@ -1 +0,0 @@
Please see here for the changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

File diff suppressed because it is too large Load Diff