fdroiddata/metadata/com.sli.ohmcalc.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

23 lines
498 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Categories:
- Science & Education
License: AGPL-3.0-only
SourceCode: https://github.com/sli/ohmcalc
AutoName: Ohm Calc
Description: |-
Simple app that calculates total resistance of your coils and lets you apply
Ohms law to also find amp draw and power output.
Builds:
- versionName: '0.1'
versionCode: 1
commit: '0.1'
srclibs:
- 1:ActionBarSherlock@4.4.0
MaintainerNotes: Source repo deleted.
AutoUpdateMode: None
UpdateCheckMode: Static
NoSourceSince: '0.1'