fdroiddata/metadata/com.android.music.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

40 lines
1.2 KiB
YAML

Categories:
- Multimedia
License: Apache-2.0
SourceCode: https://android.googlesource.com/platform/packages/apps/Music
AutoName: Music
Summary: The stock audio player
Description: |-
The stock Android music player; the version name corresponds to the tag at which
it was built. Although the interface hasn't changed since the Gingerbread days,
the code has got a steady stream of bug-fixes and translations. It is good for
playing streams and audio files from the file manager.
RepoType: git
Repo: https://android.googlesource.com/platform/packages/apps/Music.git
Builds:
- versionName: android-4.2.2_r1.2
versionCode: 1
commit: android-4.2.2_r1.2
prebuild:
- sed -i '18 i android:versionCode=\"1\"\nandroid:versionName=\"android-4.2.2_r1.2\"'
AndroidManifest.xml
- rm -rf tests
target: android-17
- versionName: android-6.0.1_r63
versionCode: 2
commit: android-6.0.1_r63
prebuild:
- sed -i '18 i android:versionCode=\"$$VERCODE$$\"\nandroid:versionName=\"$$VERSION$$\"'
AndroidManifest.xml
- rm -rf tests
target: android-23
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: android-6.0.1_r63
CurrentVersionCode: 2