All checks were successful
CI / ci (pull_request) Successful in 8m50s
F-Droid's official build scanner rejects the foojay-resolver-convention plugin because it can fetch a JDK over the network during the offline, reproducible build. The plugin was inert here (no toolchain block ever invoked it), so removing it leaves the app functionally identical to 2.7.3 and still reproducible byte-for-byte from source. Bumps versionName to 2.7.4 (the release trigger) and retargets the official fdroiddata recipe draft at v2.7.4, plus two recipe corrections the fdroiddata CI caught on the v2.7.3 submission (MR !40967): - Categories: 'Time' (retired in the current taxonomy) -> 'Calendar & Agenda' - AutoUpdateMode: 'Version v%v' (invalid per schema) -> 'Version' Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7 lines
279 B
Plaintext
7 lines
279 B
Plaintext
### Changed
|
|
- Build cleanup that lets Calendula ship in the official F-Droid repository:
|
|
removed an unused Gradle toolchain-resolver plugin, which F-Droid's offline,
|
|
reproducible build process disallows. No functional or visible changes — this
|
|
is the same app as 2.7.3.
|
|
|