[tor-commits] [orbot/master] remove minSDK from OrbotService manifest

n8fr8 at torproject.org n8fr8 at torproject.org
Fri Jul 5 12:40:01 UTC 2019


commit 43d807fdef0917944dbbe7e9df88d189907f4485
Author: n8fr8 <nathan at guardianproject.info>
Date:   Fri Jul 5 08:02:18 2019 -0400

    remove minSDK from OrbotService manifest
---
 orbotservice/src/main/AndroidManifest.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/orbotservice/src/main/AndroidManifest.xml b/orbotservice/src/main/AndroidManifest.xml
index 0f70c64b..801a9c18 100644
--- a/orbotservice/src/main/AndroidManifest.xml
+++ b/orbotservice/src/main/AndroidManifest.xml
@@ -1,5 +1,4 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="org.torproject.android.service">
     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
-    <uses-sdk android:minSdkVersion="16"/>
 </manifest>





More information about the tor-commits mailing list