[Android] Updated target SDK version to 19

This commit is contained in:
Jonathan De Wachter 2014-06-20 04:05:53 +02:00
parent e726c24de4
commit 06b73f36bd
3 changed files with 3 additions and 3 deletions

View File

@ -28,5 +28,5 @@
</application> </application>
<uses-sdk android:minSdkVersion="9" <uses-sdk android:minSdkVersion="9"
android:targetSdkVersion="17" /> android:targetSdkVersion="19" />
</manifest> </manifest>

View File

@ -1,5 +1,5 @@
NDK_TOOLCHAIN_VERSION := 4.8 NDK_TOOLCHAIN_VERSION := 4.8
APP_PLATFORM := android-17 APP_PLATFORM := android-19
APP_STL := c++_shared APP_STL := c++_shared
APP_ABI := armeabi APP_ABI := armeabi
APP_MODULES := sfml-activity sfml-example APP_MODULES := sfml-activity sfml-example

View File

@ -1 +1 @@
target=android-18 target=android-19