[tor-commits] [orbot/master] reset minSDK to 10

n8fr8 at torproject.org n8fr8 at torproject.org
Mon Feb 22 21:04:01 UTC 2016


commit e1d46c49b94313a5c34b81f1f6a5b469bd45fadb
Author: Nathan Freitas <nathan at freitas.net>
Date:   Tue Feb 2 11:35:02 2016 -0500

    reset minSDK to 10
---
 AndroidManifest.xml | 2 +-
 jni/Application.mk  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 77ea774..7d42a95 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -6,7 +6,7 @@
         android:installLocation="auto"      
       >
  	    
-    <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23"/>
+    <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="23"/>
  <permission android:name="org.torproject.android.MANAGE_TOR" 
      android:label="@string/permission_manage_tor_label" 
      android:description="@string/permission_manage_tor_description" 
diff --git a/jni/Application.mk b/jni/Application.mk
index 554a462..32e48c2 100644
--- a/jni/Application.mk
+++ b/jni/Application.mk
@@ -1,4 +1,4 @@
 APP_ABI      			:= armeabi x86
-APP_PLATFORM 			:= android-16
+APP_PLATFORM 			:= android-10
 APP_STL      			:= stlport_static
 NDK_TOOLCHAIN_VERSION 	:= 4.8





More information about the tor-commits mailing list