fdroiddata/metadata/com.shanewmiller.gorecompanion.yml
Hans-Christoph Steiner 03cd4ff719
remove all obsolete "CurrentVersionCode: 0" entries
Setting CVC to 0 was an old way to make `fdroid update` use the highest
versionCode as the CurrentVersionCode.  This has been obsolete for a while,
so its time to purge these.  Now, when CurrentVersionCode is unset, then
the highest versionCode is used.

sed -i  -e '/^CurrentVersionCode: 0$/d' -e "/^CurrentVersion: '0'$/d" *.yml
2020-03-04 17:21:43 +01:00

27 lines
688 B
YAML

Categories:
- Navigation
License: MIT
SourceCode: https://github.com/smiller393/GoreCompanion
AutoName: Gore Companion
Description: View trail, snow, and lift status of Gore Mountain in NY, USA.
Builds:
- versionName: '1.0'
versionCode: 3
commit: 05f2f5e596db675223cc539a84dd8f973342578e
subdir: ProjectCode/GoreCompanionAndroid/GoreCompanion
srclibs:
- Google-Gson@1163
rm:
- ProjectCode/GoreCompanionAndroid/GoreCompanion/libs/*
extlibs:
- android/android-support-v4.jar
prebuild: cp -r $$Google-Gson$$/src/main/java/com/ src/
MaintainerNotes: Source repo deleted.
AutoUpdateMode: None
UpdateCheckMode: Static
NoSourceSince: '1.0'