fdroiddata/metadata/com.digitallizard.nicecompass.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

25 lines
602 B
YAML

Categories:
- Navigation
License: BSD-3-Clause
AutoName: Nice Compass
Summary: Graphical compass
Description: It provides a graphical compass card along with text bearing information.
Builds:
- versionName: '1.3'
versionCode: 6
commit: b6f322cf10ec4320ca5b4111f75dccfdd4b6f7f0
srclibs:
- ActionBarSherlock@3.5.1
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
project.properties
target: android-13
MaintainerNotes: Github user deleted.
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: None
NoSourceSince: '1.4'