From da899313d32ef4bea0f607b9876ebd50254b7bbb Mon Sep 17 00:00:00 2001 From: James Sanford Date: Sun, 3 Feb 2013 14:29:44 -0800 Subject: [PATCH] min SDK of app is 10 --- jni/Application.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/Application.mk b/jni/Application.mk index f7032ac..fe732b8 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,4 +1,4 @@ # The ARMv7 is significanly faster due to the use of the hardware FPU APP_ABI := armeabi armeabi-v7a x86 #APP_ABI := armeabi-v7a -APP_PLATFORM := android-9 +APP_PLATFORM := android-10