From 6302af8618c0d36d5c012fd82ee7447182d27ebf Mon Sep 17 00:00:00 2001 From: Tom-Ski Date: Mon, 27 Feb 2017 00:18:33 +0000 Subject: [PATCH] Update the minimum version of android compatible to API level 9 --- extensions/gdx-box2d/gdx-box2d/jni/Application.mk | 2 +- extensions/gdx-bullet/jni/Application.mk | 2 +- extensions/gdx-freetype/jni/Application.mk | 2 +- .../gdx/jnigen/resources/scripts/Application.mk.template | 2 +- .../badlogic/gdx/setup/resources/android/AndroidManifest.xml | 2 +- .../src/com/badlogic/gdx/setup/resources/android/build.gradle | 2 +- gdx/jni/Application.mk | 2 +- gradle/dependencies.gradle | 2 +- tests/gdx-tests-android/AndroidManifest.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/extensions/gdx-box2d/gdx-box2d/jni/Application.mk b/extensions/gdx-box2d/gdx-box2d/jni/Application.mk index ed387bab5c5..8def7014427 100644 --- a/extensions/gdx-box2d/gdx-box2d/jni/Application.mk +++ b/extensions/gdx-box2d/gdx-box2d/jni/Application.mk @@ -1,2 +1,2 @@ APP_ABI := armeabi armeabi-v7a x86 x86_64 arm64-v8a -APP_PLATFORM := android-8 \ No newline at end of file +APP_PLATFORM := android-9 diff --git a/extensions/gdx-bullet/jni/Application.mk b/extensions/gdx-bullet/jni/Application.mk index fce025bd78a..c86826355ac 100644 --- a/extensions/gdx-bullet/jni/Application.mk +++ b/extensions/gdx-bullet/jni/Application.mk @@ -1,3 +1,3 @@ APP_ABI := armeabi armeabi-v7a x86 x86_64 arm64-v8a -APP_PLATFORM := android-8 +APP_PLATFORM := android-9 APP_STL := stlport_static diff --git a/extensions/gdx-freetype/jni/Application.mk b/extensions/gdx-freetype/jni/Application.mk index ed387bab5c5..8def7014427 100644 --- a/extensions/gdx-freetype/jni/Application.mk +++ b/extensions/gdx-freetype/jni/Application.mk @@ -1,2 +1,2 @@ APP_ABI := armeabi armeabi-v7a x86 x86_64 arm64-v8a -APP_PLATFORM := android-8 \ No newline at end of file +APP_PLATFORM := android-9 diff --git a/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/scripts/Application.mk.template b/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/scripts/Application.mk.template index ed387bab5c5..8def7014427 100644 --- a/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/scripts/Application.mk.template +++ b/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/scripts/Application.mk.template @@ -1,2 +1,2 @@ APP_ABI := armeabi armeabi-v7a x86 x86_64 arm64-v8a -APP_PLATFORM := android-8 \ No newline at end of file +APP_PLATFORM := android-9 diff --git a/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/android/AndroidManifest.xml b/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/android/AndroidManifest.xml index e13c76cc38a..11ba7a99d2d 100644 --- a/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/android/AndroidManifest.xml +++ b/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/android/AndroidManifest.xml @@ -4,7 +4,7 @@ android:versionCode="1" android:versionName="1.0" > - + -