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

Delta Between Two Patch Sets: libadblockplus-android/pom.xml

Issue 29371750: Issue 4794 - adblock engine creating/releasing concurrency (Closed)
Left Patch Set: Created Jan. 13, 2017, 11:44 a.m.
Right Patch Set: updated versions (from minor to patches), made gradle/maven versions consistent Created Jan. 25, 2017, 11:55 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « libadblockplus-android-webviewapp/pom.xml ('k') | pom.xml » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <project 2 <project
3 xmlns="http://maven.apache.org/POM/4.0.0" 3 xmlns="http://maven.apache.org/POM/4.0.0"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apach e.org/maven-v4_0_0.xsd"> 5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apach e.org/maven-v4_0_0.xsd">
6 <modelVersion>4.0.0</modelVersion> 6 <modelVersion>4.0.0</modelVersion>
7 7
8 <parent> 8 <parent>
9 <groupId>org.adblockplus.libadblockplus.android</groupId> 9 <groupId>org.adblockplus.libadblockplus.android</groupId>
10 <artifactId>parent</artifactId> 10 <artifactId>parent</artifactId>
11 <version>1.0</version> 11 <version>1.0</version>
12 </parent> 12 </parent>
13 13
14 <groupId>org.adblockplus.libadblockplus.android</groupId> 14 <groupId>org.adblockplus.libadblockplus.android</groupId>
15 <artifactId>library</artifactId> 15 <artifactId>library</artifactId>
16 <version>${selfVersion}</version> 16 <version>1.0</version>
17 <packaging>aar</packaging> 17 <packaging>aar</packaging>
18 <name>libadblockplus-android</name> 18 <name>libadblockplus-android</name>
19 19
20 <dependencies> 20 <dependencies>
21 <!-- android --> 21 <!-- android -->
22 <dependency> 22 <dependency>
23 <groupId>com.google.android</groupId> 23 <groupId>com.google.android</groupId>
24 <artifactId>android</artifactId> 24 <artifactId>android</artifactId>
25 <version>[4.1,)</version> <!-- 4.1 = target-16 --> 25 <version>[4.1,)</version> <!-- 4.1 = target-16 -->
26 <type>jar</type> 26 <type>jar</type>
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 <nativeLibrariesDirectory>libs</nativeLibrariesDirectory> 85 <nativeLibrariesDirectory>libs</nativeLibrariesDirectory>
86 86
87 </configuration> 87 </configuration>
88 <extensions>true</extensions> 88 <extensions>true</extensions>
89 </plugin> 89 </plugin>
90 90
91 </plugins> 91 </plugins>
92 </build> 92 </build>
93 93
94 </project> 94 </project>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld