fdroiddata/metadata/com.germainz.identiconizer.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

37 lines
734 B
YAML

Categories:
- System
License: Apache-2.0
WebSite: http://forum.xda-developers.com/showthread.php?t=2718943
SourceCode: https://github.com/GermainZ/Identiconizer
IssueTracker: https://github.com/GermainZ/Identiconizer/issues
AutoName: Identiconizer!
RepoType: git
Repo: https://github.com/GermainZ/Identiconizer
Builds:
- versionName: '1.2'
versionCode: 6
commit: '1.2'
submodules: true
target: android-19
- versionName: '1.3'
versionCode: 9
commit: '1.3'
submodules: true
target: android-19
- versionName: '1.4'
versionCode: 11
commit: '1.4'
subdir: identiconizer
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '1.4'
CurrentVersionCode: 11