commit e1d46c49b94313a5c34b81f1f6a5b469bd45fadb
Author: Nathan Freitas <[email protected]>
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



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to