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

Unified Diff: adblockplussbrowser/AndroidManifest.xml

Issue 29424711: Issue 4777 - Add support for Gradle build (Closed)
Patch Set: Adjusting ignored files and updating support lib Created May 3, 2017, 1:43 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 | « .settings/org.eclipse.jdt.core.prefs ('k') | adblockplussbrowser/build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplussbrowser/AndroidManifest.xml
===================================================================
rename from AndroidManifest.xml
rename to adblockplussbrowser/AndroidManifest.xml
--- a/AndroidManifest.xml
+++ b/adblockplussbrowser/AndroidManifest.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.adblockplus.adblockplussbrowser"
android:versionCode="9"
android:versionName="1.0.4" >
<uses-sdk
android:minSdkVersion="21"
- android:targetSdkVersion="23" />
+ android:targetSdkVersion="25" />
<uses-permission android:name="com.samsung.android.sbrowser.permission.CONTENTBLOCKER" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<application
android:allowBackup="true"
« no previous file with comments | « .settings/org.eclipse.jdt.core.prefs ('k') | adblockplussbrowser/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld