From 06b73f36bdffbc691abaebe98b719e04ff7f81fc Mon Sep 17 00:00:00 2001 From: Jonathan De Wachter Date: Fri, 20 Jun 2014 04:05:53 +0200 Subject: [PATCH] [Android] Updated target SDK version to 19 --- examples/android/AndroidManifest.xml | 2 +- examples/android/jni/Application.mk | 2 +- examples/android/project.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/android/AndroidManifest.xml b/examples/android/AndroidManifest.xml index cbbb8796e..dcdc7ce64 100644 --- a/examples/android/AndroidManifest.xml +++ b/examples/android/AndroidManifest.xml @@ -28,5 +28,5 @@ + android:targetSdkVersion="19" /> diff --git a/examples/android/jni/Application.mk b/examples/android/jni/Application.mk index 17e41de28..441dfaf23 100644 --- a/examples/android/jni/Application.mk +++ b/examples/android/jni/Application.mk @@ -1,5 +1,5 @@ NDK_TOOLCHAIN_VERSION := 4.8 -APP_PLATFORM := android-17 +APP_PLATFORM := android-19 APP_STL := c++_shared APP_ABI := armeabi APP_MODULES := sfml-activity sfml-example diff --git a/examples/android/project.properties b/examples/android/project.properties index c0442c371..0a458d4d7 100644 --- a/examples/android/project.properties +++ b/examples/android/project.properties @@ -1 +1 @@ -target=android-18 +target=android-19