Browse Source

Android: also update APP_PLATFORM to android-16 in Application.mk

https://hg.libsdl.org/SDL/rev/701c83eeb6e7
https://hg.libsdl.org/SDL/rev/0a69e71b715a
Sylvain Becker 6 years ago
parent
commit
6690a46941
1 changed files with 1 additions and 1 deletions
  1. 1 1
      android-project/app/jni/Application.mk

+ 1 - 1
android-project/app/jni/Application.mk

@@ -7,4 +7,4 @@
 APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
 APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
 
 
 # Min runtime API level
 # Min runtime API level
-APP_PLATFORM=android-14
+APP_PLATFORM=android-16