From 8e95133c56b05cd7779f6ada8e18910ee1f114fb Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 10 Jun 2015 15:13:49 +0200 Subject: [PATCH] android: Increase the minSdkVersion to 15 and targetSdkVersion to 22 There are no devices anymore that use API level 14 (4.0-4.0.2) and 22 is the most recent level. --- src/frontends/android/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/android/AndroidManifest.xml b/src/frontends/android/AndroidManifest.xml index 10365985b0..5075440e22 100644 --- a/src/frontends/android/AndroidManifest.xml +++ b/src/frontends/android/AndroidManifest.xml @@ -1,6 +1,6 @@