fdroiddata/metadata/in.ac.dtu.subtlenews.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```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 18:41:06 +02:00

36 lines
805 B
YAML

Categories:
- Reading
License: GPL-3.0-only
SourceCode: https://github.com/teamOSC/SubtleNews_Android_App
IssueTracker: https://github.com/teamOSC/SubtleNews_Android_App/issues
AutoName: Subtle News
Summary: News digest
Description: |-
Connects to a SubtleNews server (source code in the same project), which
summarizes the news for you so you have less to read; it can also be read out to
you.
RepoType: git
Repo: https://github.com/teamOSC/SubtleNews_Android_App.git
Builds:
- versionName: '0.7'
versionCode: 7
commit: '0.7'
subdir: App
gradle:
- defaultFlavor
- versionName: '1.0'
versionCode: 10
commit: '1.0'
subdir: App
gradle:
- defaultFlavor
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '1.0'
CurrentVersionCode: 10