[tor-commits] [orbot/master] setting target to 21 to fix build

n8fr8 at torproject.org n8fr8 at torproject.org
Mon Nov 17 19:11:41 UTC 2014


commit 9d841857dfe02201d0fd71c2cb6536116c0a25b9
Author: Nathan Freitas <nathan at freitas.net>
Date:   Fri Nov 14 12:48:31 2014 -0500

    setting target to 21 to fix build
---
 AndroidManifest.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f8cd7ba..cdc1e16 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -6,7 +6,7 @@
         android:installLocation="auto"      
       >
  	    
-    <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="19"/>
+    <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="21"/>
  <permission android:name="org.torproject.android.MANAGE_TOR" android:label="@string/permission_manage_tor_label" android:description="@string/permission_manage_tor_description" android:protectionLevel="signature"></permission>
     
  <uses-permission android:name="android.permission.INTERNET" />





More information about the tor-commits mailing list