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

Unified Diff: libadblockplus-android/pom.xml

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: Created Sept. 8, 2016, 12:52 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/pom.xml
diff --git a/libadblockplus-android/pom.xml b/libadblockplus-android/pom.xml
index c168222cd8f74383d33d6e575e69c912c0712df6..f8bf2cc608dcd11df79be4facd5ce3474b660928 100644
--- a/libadblockplus-android/pom.xml
+++ b/libadblockplus-android/pom.xml
@@ -17,7 +17,7 @@
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
- <version>[4.1,)</version> <!-- 4.1 = target-16 -->
+ <version>4.4</version> <!-- 4.4 = target-19 -->
<type>jar</type>
<scope>provided</scope>
</dependency>
@@ -68,7 +68,7 @@
</goals>
<configuration>
<sdk>
- <platform>16</platform>
+ <platform>19</platform>
anton 2016/09/08 13:00:11 `evaluateJavascript` in `AdblockWebView` requires
</sdk>
<ndk>
<path>${env.ANDROID_NDK_HOME}</path>
@@ -78,6 +78,7 @@
<androidManifestFile>AndroidManifest.xml</androidManifestFile>
<resourceDirectory>res</resourceDirectory>
<nativeLibrariesDirectory>libs</nativeLibrariesDirectory>
+ <assetsDirectory>assets</assetsDirectory>
</configuration>
<extensions>true</extensions>

Powered by Google App Engine
This is Rietveld