You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.1 KiB
28 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.android.support.constraint</groupId>
|
|
<artifactId>constraint-layout-solver</artifactId>
|
|
<version>1.1.0</version>
|
|
<name>Android ConstraintLayout Solver</name>
|
|
<description>Solver for ConstraintLayout</description>
|
|
<url>http://tools.android.com</url>
|
|
<inceptionYear>2007</inceptionYear>
|
|
<licenses>
|
|
<license>
|
|
<name>The Apache Software License, Version 2.0</name>
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
<developers>
|
|
<developer>
|
|
<name>The Android Open Source Project</name>
|
|
</developer>
|
|
</developers>
|
|
<scm>
|
|
<connection>git://android.googlesource.com/platform/tools/sherpa.git</connection>
|
|
<url>https://android.googlesource.com/platform/tools/sherpa</url>
|
|
</scm>
|
|
</project>
|