release v0.19.6
This commit is contained in:
parent
4acbf7b90d
commit
c46f48abec
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
||||||
ver 0.19.6 (not yet released)
|
ver 0.19.6 (2014/12/08)
|
||||||
* decoder
|
* decoder
|
||||||
- ffmpeg: support FFmpeg 2.5
|
- ffmpeg: support FFmpeg 2.5
|
||||||
* fix build failure with musl
|
* fix build failure with musl
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.musicpd"
|
package="org.musicpd"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
android:versionCode="9"
|
android:versionCode="10"
|
||||||
android:versionName="0.19.5">
|
android:versionName="0.19.6">
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17"/>
|
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue