From e0ca4b865a2dcb581c90cff66e919b30312b45da Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 9 Feb 2018 22:22:44 +0100 Subject: [PATCH] android: require SDK version 14 Closes #213. --- NEWS | 2 ++ android/AndroidManifest.xml | 2 +- android/build.py | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b9057693d..9ee17962a 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ ver 0.20.17 (not yet released) * output - alsa: fix crash bug with 8 channels * fix real-time and idle scheduling with Musl +* Android + - fix compatibility with Android 4.0 ver 0.20.16 (2018/02/03) * output diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index e5bc6a87f..713c136bf 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -5,7 +5,7 @@ android:versionCode="16" android:versionName="0.20.17"> - +