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

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

Issue 29361445: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: Created Nov. 1, 2016, 12:14 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
Index: libadblockplus-android-settings/AndroidManifest.xml
diff --git a/libadblockplus-android-settings/AndroidManifest.xml b/libadblockplus-android-settings/AndroidManifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..96532404830ddec425cb9d0db821a6bffcd77e32
--- /dev/null
+++ b/libadblockplus-android-settings/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.settings"
+ android:versionCode="1"
+ android:versionName="1.0" >
+
+ <uses-sdk
+ android:minSdkVersion="17"
+ android:targetSdkVersion="21" />
diegocarloslima 2016/11/08 16:30:38 Couldn't we target at least API 22?
anton 2016/11/09 12:30:28 What's the point?
+
+</manifest>

Powered by Google App Engine
This is Rietveld