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

Unified Diff: libadblockplus-android/AndroidManifest.xml

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: updated Ant/Maven build configuration files Created Oct. 3, 2016, 6:57 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/AndroidManifest.xml
diff --git a/libadblockplus-android/AndroidManifest.xml b/libadblockplus-android/AndroidManifest.xml
index 288ef81d229342f8402c03132d08adc45f3373f7..77c6795c533fd1c4f14dc5bc19c3fefdcab93317 100644
--- a/libadblockplus-android/AndroidManifest.xml
+++ b/libadblockplus-android/AndroidManifest.xml
@@ -5,7 +5,7 @@
android:versionName="1.3" >
<uses-sdk
- android:minSdkVersion="9"
- android:targetSdkVersion="16" />
+ android:minSdkVersion="17"
+ android:targetSdkVersion="17" />
</manifest>

Powered by Google App Engine
This is Rietveld