fdroiddata/metadata/com.ridgebotics.ridgescout.yml
linsui ff594d7193 remove disabled versions
for f in $(rg --files-with-matches '^    disable: ' metadata/*.yml); do
  yq -i '(.VercodeOperation // "a" | length) as $num | .Builds |=
((.[:(0 - $num)] | filter(has("disable") | not)) + .[(0 - $num):])' $f;
done
fdroid rewritemeta
2025-11-12 20:24:51 +08:00

31 lines
831 B
YAML

Categories:
- Science & Education
- Writing
License: MIT
AuthorName: Ridgebotics
AuthorEmail: ridgebotics@gmail.com
AuthorWebSite: https://www.ridebotics.com
SourceCode: https://github.com/team4388/RidgeScout
IssueTracker: https://github.com/team4388/RidgeScout/issues
Changelog: https://github.com/team4388/RidgeScout/releases
AutoName: RidgeScout
RepoType: git
Repo: https://github.com/team4388/RidgeScout.git
Binaries: https://github.com/Team4388/RidgeScout/releases/download/v%v/app-release.apk
Builds:
- versionName: '1.4'
versionCode: 11
commit: 534207ebb1648c2d35d81a2c13be7279ab5fd7f3
subdir: app
gradle:
- yes
AllowedAPKSigningKeys: 6103bcb5e2cac688f1454cf5e64c9227885cb8534b726655ce394c45ad17791d
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '1.4'
CurrentVersionCode: 11