blob: 94671f749f0f5ab153a805dfa6e51e450792adbc [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-api</artifactId>
<version>@MAJOR@.@BUILD@.@PATCH@</version>
<packaging>aar</packaging>
<name>Cronet</name>
<description>Cronet API. Does not contain implementation.</description>
<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>