fdroiddata/metadata/apps.babycaretimer.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

29 lines
689 B
YAML

Categories:
- Time
License: GPL-3.0-only
WebSite: https://sites.google.com/site/babycaretimer/
SourceCode: https://code.google.com/p/baby-care-timer/source
Donate: https://code.google.com/p/baby-care-timer
AutoName: Baby Care Timer
Description: |-
Baby Care Timer is a timer for parents to track feedings, diaper changes and
other important items.
RepoType: git-svn
Repo: https://baby-care-timer.googlecode.com/svn/trunk
Builds:
- versionName: '1.4'
versionCode: 5
commit: '133'
- versionName: '1.5'
versionCode: 6
commit: '135'
target: android-10
MaintainerNotes: Set UCM to None because svn fetch hangs.
AutoUpdateMode: None
UpdateCheckMode: None