Commit 41d585ae authored by Max Lv's avatar Max Lv

Drop the support of Android 4.3 and below

parent 63713b1e
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
android:required="false"/> android:required="false"/>
<uses-sdk <uses-sdk
android:minSdkVersion="16" android:minSdkVersion="19"
android:targetSdkVersion="24"/> android:targetSdkVersion="24"/>
<application <application
......
APP_ABI := armeabi-v7a x86 APP_ABI := armeabi-v7a x86
APP_PLATFORM := android-16 APP_PLATFORM := android-16
APP_STL := stlport_static APP_STL := stlport_static
NDK_TOOLCHAIN_VERSION := 4.9 NDK_TOOLCHAIN_VERSION := clang
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment