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: added enabled/disabled property Created Oct. 10, 2016, 2:04 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..056f7ed3a5ff967b254108cb0701a45253fe2722 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>
-
+
+ <parent>
+ <groupId>org.adblockplus</groupId>
+ <artifactId>libadblockplus-android-parent</artifactId>
+ <version>1.0</version>
+ </parent>
+
<groupId>org.adblockplus</groupId>
<artifactId>libadblockplus-android</artifactId>
- <version>1.3</version>
- <packaging>aar</packaging>
+ <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/build.gradle ('k') | libadblockplus-android/src/org/adblockplus/android/AndroidWebRequest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld