fdroiddata/metadata/com.developfreedom.wordpowermadeeasy.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

54 lines
1.1 KiB
YAML

Categories:
- Reading
License: GPL-3.0-only
WebSite: http://developfreedom.org
SourceCode: https://github.com/shubhamchaudhary/wordpowermadeeasy
IssueTracker: https://github.com/shubhamchaudhary/wordpowermadeeasy/issues
AutoName: Word Power Made Easy
Summary: Build your vocabualary
Description: |-
Vocabulary building with hundreds of word meanings chosen carefully from various
SAT, GRE and GMAT course materials.
This app is deprecated, please switch to
[[org.developfreedom.wordpowermadeeasy]].
RepoType: git
Repo: https://github.com/shubhamchaudhary/wordpowermadeeasy.git
Builds:
- versionName: 0.1.0
versionCode: 1
commit: v0.1.0
subdir: app
gradle:
- yes
- versionName: 0.1.1
versionCode: 11
commit: v0.1.1
subdir: app
gradle:
- yes
- versionName: 0.1.2
versionCode: 12
commit: v0.1.2
subdir: app
gradle:
- yes
- versionName: 0.1.3
versionCode: 13
disable: id changed
commit: v0.1.3
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 0.1.3
CurrentVersionCode: 13