fdroiddata/metadata/de.devisnik.android.sliding.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

26 lines
589 B
YAML

Categories:
- Theming
License: Apache-2.0
SourceCode: https://github.com/devisnik/slider
IssueTracker: https://github.com/devisnik/slider/issues
AutoName: Slider
Summary: Live wallpaper with 15-puzzle look
Description: Live wallpaper that animates images like a 15-puzzle sliding game.
RepoType: git
Repo: https://github.com/devisnik/slider
Builds:
- versionName: 1.3.0
versionCode: 5
commit: 045a60f4cbe5406f9ff615c401ac04ff43f80fb5
subdir: android
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.3.0
CurrentVersionCode: 5