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

Unified Diff: libadblockplus-android-webview/pom.xml

Issue 29371750: Issue 4794 - adblock engine creating/releasing concurrency (Closed)
Patch Set: updated versions (from minor to patches), made gradle/maven versions consistent Created Jan. 25, 2017, 11:55 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-webview/pom.xml
diff --git a/libadblockplus-android-webview/pom.xml b/libadblockplus-android-webview/pom.xml
index 3e9b9d70ab75c81471d2a2e51aa84a574ce66e34..289be0443c7705a29c6e52255959e8badba3e434 100644
--- a/libadblockplus-android-webview/pom.xml
+++ b/libadblockplus-android-webview/pom.xml
@@ -13,7 +13,7 @@
<groupId>org.adblockplus.libadblockplus.android</groupId>
<artifactId>webview</artifactId>
- <version>${selfVersion}</version>
+ <version>1.0</version>
<packaging>aar</packaging>
<name>libadblockplus-android-webview</name>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.adblockplus.libadblockplus.android</groupId>
<artifactId>library</artifactId>
- <version>${selfVersion}</version>
+ <version>1.0</version>
<type>aar</type>
</dependency>
</dependencies>

Powered by Google App Engine
This is Rietveld