From ade07de762a962650baf3ff9e03fcf0514d5b1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Sat, 24 Oct 2015 09:29:17 +0200 Subject: [PATCH] android/example: adjust sdk versions Set minimal API to 2 and the target API to 23. It covers virtually all devices present on the market. --- examples/android/AndroidManifest.xml | 3 ++- examples/android/project.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/android/AndroidManifest.xml b/examples/android/AndroidManifest.xml index 1a92913c1..42a84eb3b 100644 --- a/examples/android/AndroidManifest.xml +++ b/examples/android/AndroidManifest.xml @@ -3,7 +3,8 @@ package="org.lisp.ecl" android:versionCode="1" android:versionName="1.0"> - + + diff --git a/examples/android/project.properties b/examples/android/project.properties index b7c2081d5..916037e33 100644 --- a/examples/android/project.properties +++ b/examples/android/project.properties @@ -11,4 +11,4 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-10 +target=android-23