Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: adblock-android/AndroidManifest.xml

Issue 29784577: Issue 6205 - Upload artifacs to maven repository (Closed)
Patch Set: Adjustments regarding comments Created July 10, 2018, 12:39 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « adblock-android-webviewapp/build.gradle ('k') | adblock-android/build.gradle » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="org.adblockplus.libadblockplus"> 3 package="org.adblockplus.libadblockplus">
4 4
5 <uses-sdk 5 <uses-sdk
6 android:minSdkVersion="16" 6 android:minSdkVersion="16"
7 android:targetSdkVersion="16" /> 7 android:targetSdkVersion="16" />
8 8
9 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
10 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
11
9 </manifest> 12 </manifest>
OLDNEW
« no previous file with comments | « adblock-android-webviewapp/build.gradle ('k') | adblock-android/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld