chore: move binary to top-level Binaries in F-Droid metadata

Per F-Droid reviewer feedback - use global Binaries field instead of
per-build binary field since the URL pattern is consistent.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Davide Ferrari
2026-01-09 17:03:26 +01:00
parent 3820cc2216
commit cff3ee95a4

View File

@@ -23,6 +23,8 @@ Repo: https://github.com/vide/matedroid.git
AllowedAPKSigningKeys: 92b34b1e456504fbacafcc3505d132c630eac75f0bd96878d4b769b20cb71a5b
Binaries: https://github.com/vide/matedroid/releases/download/v%v/matedroid-%v.apk
Builds:
- versionName: 0.8.2
versionCode: 13
@@ -30,7 +32,6 @@ Builds:
subdir: app
gradle:
- yes
binary: https://github.com/vide/matedroid/releases/download/v%v/matedroid-%v.apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[0-9.]+$