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

Unified Diff: libadblockplus-android-tests/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
« no previous file with comments | « README.md ('k') | libadblockplus-android-tests/build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-tests/AndroidManifest.xml
diff --git a/libadblockplus-android-tests/AndroidManifest.xml b/libadblockplus-android-tests/AndroidManifest.xml
index 70d84e0ad402777821ac1dab787145860d05ed20..43872d5727000b638b5c3e5dbad366ea4b084035 100755
--- a/libadblockplus-android-tests/AndroidManifest.xml
+++ b/libadblockplus-android-tests/AndroidManifest.xml
@@ -5,8 +5,8 @@
android:versionName="1.3" >
<uses-sdk
- android:minSdkVersion="9"
- android:targetSdkVersion="16" />
+ android:minSdkVersion="17"
+ android:targetSdkVersion="17" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
« no previous file with comments | « README.md ('k') | libadblockplus-android-tests/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld