fdroiddata/metadata/com.cleveroad.sample.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

29 lines
648 B
YAML

Categories:
- Multimedia
- Development
License: MIT
WebSite: https://www.cleveroad.com/
SourceCode: https://github.com/Cleveroad/PlayWidget
IssueTracker: https://github.com/Cleveroad/PlayWidget/issues
Name: PlayMusic Widget (sample)
AutoName: sample
Summary: Play music from a widget
Description: Sample app for a new music player widget.
RepoType: git
Repo: https://github.com/Cleveroad/PlayWidget
Builds:
- versionName: '1.0'
versionCode: 1
commit: d1137d0fc661acfe9dd3229789858aa56c547d6c
subdir: sample
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 1