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

Unified Diff: libadblockplus-android-settings/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-settings/pom.xml
diff --git a/libadblockplus-android-settings/pom.xml b/libadblockplus-android-settings/pom.xml
index 758c2d88522c300bd9efa5aa66c125b839b1a2cd..54fdc42c66af601123b53faba2104325f4d9afab 100644
--- a/libadblockplus-android-settings/pom.xml
+++ b/libadblockplus-android-settings/pom.xml
@@ -13,7 +13,7 @@
<groupId>org.adblockplus.libadblockplus.android</groupId>
<artifactId>settings</artifactId>
- <version>${selfVersion}</version>
+ <version>1.0.1</version>
<packaging>aar</packaging>
<name>libadblockplus-android-settings</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