blob: d4769bb4ea1fe3cee9f834cb276670cfae39e2a8 [file] [log] [blame]
<project xmlns="http://maven.apache.org/POM/4.0.0" 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.chromium.net</groupId>
<artifactId>cronet-common</artifactId>
<version>@MAJOR@.@BUILD@.@PATCH@</version>
<packaging>aar</packaging>
<name>Cronet</name>
<description>Cronet shared implementation. Not a complete implementation; apps and libraries should not depend on this target directly.</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cronet-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<licenses>
<license>
<name>Chromium and built-in dependencies</name>
<url>https://storage.cloud.google.com/chromium-cronet/android/@MAJOR@.@MINOR@.@BUILD@.@PATCH@/Release/cronet/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>