fdroiddata/metadata/com.blanyal.remindly.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 13:13:47 +02:00

27 lines
572 B
YAML

Categories:
- Time
License: Apache-2.0
WebSite: http://blanyal.com
SourceCode: https://github.com/blanyal/Remindly/
IssueTracker: https://github.com/blanyal/Remindly/issues
AutoName: Remindly
Summary: Set up reminders
Description: Add reminders to the notification list.
RepoType: git
Repo: https://github.com/blanyal/Remindly/
Builds:
- versionName: 1.0.1
versionCode: 2
commit: cfbd3e059001e7f46f20d4d11e820de142049bf4
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.0.1
CurrentVersionCode: 2