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

Unified Diff: libadblockplus-android-webview/AndroidManifest.xml

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: changed packages, now using AdblockEngine (original ABPEngine), improved demo app Created Oct. 25, 2016, 11:20 a.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
Index: libadblockplus-android-webview/AndroidManifest.xml
diff --git a/libadblockplus-android-webview/AndroidManifest.xml b/libadblockplus-android-webview/AndroidManifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..2a96cef54b83e5cd50638405ed039d0c1995938b
--- /dev/null
+++ b/libadblockplus-android-webview/AndroidManifest.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="org.adblockplus.libadblockplus.android.webview"
+ android:versionCode="1"
+ android:versionName="1.0" >
+
+ <uses-sdk
+ android:minSdkVersion="17"
+ android:targetSdkVersion="21" />
+
+</manifest>

Powered by Google App Engine
This is Rietveld