fdroiddata/metadata/com.tjm.crushr.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

33 lines
708 B
YAML

Categories:
- Writing
License: MIT
SourceCode: https://github.com/tjmolinski/crushr
IssueTracker: https://github.com/tjmolinski/crushr/issues
AutoName: crushr
Summary: Manage TODO list via widget
Description: Simplistic to-do manager widget that follows a modern design.
RepoType: git
Repo: https://github.com/tjmolinski/crushr
Builds:
- versionName: '1.1'
versionCode: 2
commit: f5f64149e7e6851213b83400ed46b312b67ca840
subdir: app
gradle:
- yes
- versionName: '1.2'
versionCode: 3
commit: 6c4e1c67ee182201d26e2454c38c1b58cc7a9b76
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.2'
CurrentVersionCode: 3