release v0.20.16
This commit is contained in:
parent
56aaf3c73e
commit
975a4ae871
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
||||||
ver 0.20.16 (not yet released)
|
ver 0.20.16 (2018/02/03)
|
||||||
* output
|
* output
|
||||||
- pulse: fix crash during auto-detection
|
- pulse: fix crash during auto-detection
|
||||||
* database
|
* database
|
||||||
|
|
|
@ -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="14"
|
android:versionCode="15"
|
||||||
android:versionName="0.20.15">
|
android:versionName="0.20.16">
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17"/>
|
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue