From 66fbbf3a0639db9037ea3c2f2a36b6b38b2c51de Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 27 Sep 2017 13:30:30 +0200 Subject: downgraded to api 10 minsdk --- android/app/jni/Application.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android/app/jni/Application.mk') diff --git a/android/app/jni/Application.mk b/android/app/jni/Application.mk index 5ea0fb4..db8805f 100644 --- a/android/app/jni/Application.mk +++ b/android/app/jni/Application.mk @@ -2,6 +2,8 @@ # Uncomment this if you're using STL in your project # See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information # APP_STL := stlport_static +APP_CPPFLAGS += -std=c++11 +APP_STL := gnustl_shared APP_ABI := armeabi armeabi-v7a x86 -- cgit v1.2.3