commit 0050bfeb950c09f897345a4d114feb03dcfef557 Author: Nathan Freitas nathan@freitas.net Date: Thu Nov 3 10:38:10 2016 -0400
update JNI targets --- orbotservice/src/main/jni/Application.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/orbotservice/src/main/jni/Application.mk b/orbotservice/src/main/jni/Application.mk index a356ed7..abc185b 100644 --- a/orbotservice/src/main/jni/Application.mk +++ b/orbotservice/src/main/jni/Application.mk @@ -1,4 +1,4 @@ APP_ABI := armeabi -APP_PLATFORM := android-16 +APP_PLATFORM := android-23 APP_STL := stlport_static -NDK_TOOLCHAIN_VERSION := 4.8 +NDK_TOOLCHAIN_VERSION := 4.9
tor-commits@lists.torproject.org