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

Unified Diff: adblockplussbrowser/AndroidManifest.xml

Issue 29728654: Issue 6506 - Support Android Studio and Gradle only (Closed)
Patch Set: Created March 20, 2018, 5:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.md ('k') | adblockplussbrowser/project.properties » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplussbrowser/AndroidManifest.xml
===================================================================
--- a/adblockplussbrowser/AndroidManifest.xml
+++ b/adblockplussbrowser/AndroidManifest.xml
@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.adblockplus.adblockplussbrowser"
- android:versionCode="13"
- android:versionName="1.1.3" >
-
- <uses-sdk
- android:minSdkVersion="21"
- android:targetSdkVersion="25" />
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" >
<uses-permission android:name="com.samsung.android.sbrowser.permission.CONTENTBLOCKER" />
<uses-permission android:name="android.permission.INTERNET" />
« no previous file with comments | « README.md ('k') | adblockplussbrowser/project.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld