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: 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 | « libadblockplus-android/build.xml ('k') | libadblockplus-android/project.properties » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android/pom.xml
diff --git a/libadblockplus-android/pom.xml b/libadblockplus-android/pom.xml
index c168222cd8f74383d33d6e575e69c912c0712df6..02b8acfe453589ba18c4cbd25c28914de834a5a4 100644
--- a/libadblockplus-android/pom.xml
+++ b/libadblockplus-android/pom.xml
@@ -7,7 +7,7 @@
<groupId>org.adblockplus</groupId>
<artifactId>libadblockplus-android</artifactId>
- <version>1.3</version>
+ <version>1.0</version>
<packaging>aar</packaging>
<name>libadblockplus-android</name>
<description>AdBlock Plus JNI Binding Library</description>
@@ -17,7 +17,7 @@
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
- <version>[4.1,)</version> <!-- 4.1 = target-16 -->
+ <version>5.0</version> <!-- 5.0 = target-21 -->
<type>jar</type>
<scope>provided</scope>
</dependency>
@@ -68,7 +68,7 @@
</goals>
<configuration>
<sdk>
- <platform>16</platform>
+ <platform>21</platform>
</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>
« no previous file with comments | « libadblockplus-android/build.xml ('k') | libadblockplus-android/project.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld