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: changed packages, now using AdblockEngine (original ABPEngine), improved demo app Created Oct. 25, 2016, 11:20 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/pom.xml
diff --git a/libadblockplus-android/pom.xml b/libadblockplus-android/pom.xml
index c168222cd8f74383d33d6e575e69c912c0712df6..bf9c12d874ae0957569f8ff6116d1d65d82f142b 100644
--- a/libadblockplus-android/pom.xml
+++ b/libadblockplus-android/pom.xml
@@ -4,13 +4,18 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
-
- <groupId>org.adblockplus</groupId>
- <artifactId>libadblockplus-android</artifactId>
- <version>1.3</version>
- <packaging>aar</packaging>
+
+ <parent>
+ <groupId>org.adblockplus.libadblockplus.android</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.0</version>
+ </parent>
+
+ <groupId>org.adblockplus.libadblockplus.android</groupId>
+ <artifactId>library</artifactId>
+ <version>${selfVersion}</version>
+ <packaging>aar</packaging>
<name>libadblockplus-android</name>
- <description>AdBlock Plus JNI Binding Library</description>
<dependencies>
<!-- android -->
« no previous file with comments | « libadblockplus-android/jni/Utils.cpp ('k') | libadblockplus-android/src/org/adblockplus/android/AndroidWebRequest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld