From 5f613590b042e49d5e209f6372b0b3c1d7adb543 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 10365985b..5075440e2 100644 --- a/src/frontends/android/AndroidManifest.xml +++ b/src/frontends/android/AndroidManifest.xml @@ -1,6 +1,6 @@