fdroiddata/metadata/ga.chschtsch.milonhapashut.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

30 lines
682 B
YAML

Categories:
- Reading
- Writing
License: MIT
SourceCode: https://github.com/chschtsch/milon-android
IssueTracker: https://github.com/chschtsch/milon-android/issues
AutoName: Milon Hapashut
Summary: Translate Hebrew to English and vice versa
Description: |-
Look up and translate words with this Hebrew-English and English-Hebrew
dictionary.
RepoType: git
Repo: https://github.com/chschtsch/milon-android
Builds:
- versionName: 0.0.1
versionCode: 1
disable: remove apk
commit: f6ded74665c61e1632e91a59d351a4b6d923541b
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.0.1
CurrentVersionCode: 1