blob: 4601e62df781ce5b92ecf04cb844b60d27c8e02c [file] [log] [blame]
Nicolò Mazzucatoae412642022-11-21 15:56:06 +00001<?xml version="1.0" encoding="UTF-8"?>
2<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <!-- This module was also published with a richer model, Gradle metadata, -->
4 <!-- which should be used instead. Do not delete the following line which -->
5 <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
6 <!-- that they should prefer consuming it instead. -->
7 <!-- do_not_remove: published-with-gradle-metadata -->
8 <modelVersion>4.0.0</modelVersion>
9 <groupId>androidx.constraintlayout</groupId>
10 <artifactId>constraintlayout</artifactId>
11 <version>2.2.0-alpha05</version>
12 <packaging>aar</packaging>
13 <name>Android ConstraintLayout Library</name>
14 <description>This library offers a flexible and adaptable way to position and animate widgets</description>
15 <url>https://developer.android.com/jetpack/androidx/releases/constraintlayout#2.2.0-alpha05</url>
16 <inceptionYear>2022</inceptionYear>
17 <licenses>
18 <license>
19 <name>The Apache Software License, Version 2.0</name>
20 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
21 <distribution>repo</distribution>
22 </license>
23 </licenses>
24 <developers>
25 <developer>
26 <name>The Android Open Source Project</name>
27 </developer>
28 </developers>
29 <scm>
30 <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
31 <url>https://cs.android.com/androidx/platform/frameworks/support</url>
32 </scm>
33 <dependencies>
34 <dependency>
35 <groupId>androidx.appcompat</groupId>
36 <artifactId>appcompat</artifactId>
37 <version>1.2.0</version>
38 <scope>runtime</scope>
39 <type>aar</type>
40 </dependency>
41 <dependency>
42 <groupId>androidx.constraintlayout</groupId>
43 <artifactId>constraintlayout-core</artifactId>
44 <version>1.1.0-alpha05</version>
45 <scope>runtime</scope>
46 </dependency>
47 <dependency>
48 <groupId>androidx.core</groupId>
49 <artifactId>core</artifactId>
50 <version>1.3.2</version>
51 <scope>runtime</scope>
52 <type>aar</type>
53 </dependency>
54 </dependencies>
55</project>