blob: 007db6e01fc06ed9bafc084370b76f136e1eaa42 [file] [log] [blame]
Alan Viverette43809cf2022-02-22 16:22:50 -05001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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.compose.ui</groupId>
10 <artifactId>ui</artifactId>
11 <version>1.2.0-alpha04</version>
12 <packaging>aar</packaging>
13 <name>Compose UI primitives</name>
14 <description>Compose UI primitives. This library contains the primitives that form the Compose UI Toolkit, such as drawing, measurement and layout.</description>
15 <url>https://developer.android.com/jetpack/androidx/releases/compose-ui#1.2.0-alpha04</url>
16 <inceptionYear>2019</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.compose.runtime</groupId>
36 <artifactId>runtime-saveable</artifactId>
37 <version>1.1.0-rc01</version>
38 <scope>compile</scope>
39 <type>aar</type>
40 </dependency>
41 <dependency>
42 <groupId>androidx.compose.ui</groupId>
43 <artifactId>ui-geometry</artifactId>
44 <version>[1.2.0-alpha04]</version>
45 <scope>compile</scope>
46 <type>aar</type>
47 </dependency>
48 <dependency>
49 <groupId>androidx.compose.ui</groupId>
50 <artifactId>ui-graphics</artifactId>
51 <version>[1.2.0-alpha04]</version>
52 <scope>compile</scope>
53 <type>aar</type>
54 </dependency>
55 <dependency>
56 <groupId>androidx.compose.ui</groupId>
57 <artifactId>ui-text</artifactId>
58 <version>[1.2.0-alpha04]</version>
59 <scope>compile</scope>
60 <type>aar</type>
61 </dependency>
62 <dependency>
63 <groupId>androidx.compose.ui</groupId>
64 <artifactId>ui-unit</artifactId>
65 <version>[1.2.0-alpha04]</version>
66 <scope>compile</scope>
67 <type>aar</type>
68 </dependency>
69 <dependency>
70 <groupId>androidx.annotation</groupId>
71 <artifactId>annotation</artifactId>
72 <version>1.1.0</version>
73 <scope>compile</scope>
74 </dependency>
75 <dependency>
76 <groupId>org.jetbrains.kotlin</groupId>
77 <artifactId>kotlin-stdlib-common</artifactId>
78 <version>1.6.10</version>
79 <scope>runtime</scope>
80 </dependency>
81 <dependency>
82 <groupId>org.jetbrains.kotlinx</groupId>
83 <artifactId>kotlinx-coroutines-core</artifactId>
84 <version>1.5.2</version>
85 <scope>runtime</scope>
86 </dependency>
87 <dependency>
88 <groupId>androidx.compose.runtime</groupId>
89 <artifactId>runtime</artifactId>
90 <version>1.2.0-alpha04</version>
91 <scope>runtime</scope>
92 <type>aar</type>
93 </dependency>
94 <dependency>
95 <groupId>androidx.compose.ui</groupId>
96 <artifactId>ui-util</artifactId>
97 <version>[1.2.0-alpha04]</version>
98 <scope>runtime</scope>
99 <type>aar</type>
100 </dependency>
101 <dependency>
102 <groupId>org.jetbrains.kotlin</groupId>
103 <artifactId>kotlin-stdlib</artifactId>
104 <version>1.6.10</version>
105 <scope>runtime</scope>
106 </dependency>
107 <dependency>
108 <groupId>androidx.autofill</groupId>
109 <artifactId>autofill</artifactId>
110 <version>1.0.0</version>
111 <scope>runtime</scope>
112 <type>aar</type>
113 </dependency>
114 <dependency>
115 <groupId>org.jetbrains.kotlinx</groupId>
116 <artifactId>kotlinx-coroutines-android</artifactId>
117 <version>1.5.2</version>
118 <scope>runtime</scope>
119 </dependency>
120 <dependency>
121 <groupId>androidx.core</groupId>
122 <artifactId>core</artifactId>
123 <version>1.5.0</version>
124 <scope>runtime</scope>
125 <type>aar</type>
126 </dependency>
127 <dependency>
128 <groupId>androidx.collection</groupId>
129 <artifactId>collection</artifactId>
130 <version>1.0.0</version>
131 <scope>runtime</scope>
132 </dependency>
133 <dependency>
134 <groupId>androidx.savedstate</groupId>
135 <artifactId>savedstate</artifactId>
136 <version>1.1.0</version>
137 <scope>runtime</scope>
138 <type>aar</type>
139 </dependency>
140 <dependency>
141 <groupId>androidx.lifecycle</groupId>
142 <artifactId>lifecycle-common-java8</artifactId>
143 <version>2.3.0</version>
144 <scope>runtime</scope>
145 </dependency>
146 <dependency>
147 <groupId>androidx.lifecycle</groupId>
148 <artifactId>lifecycle-runtime</artifactId>
149 <version>2.3.0</version>
150 <scope>runtime</scope>
151 <type>aar</type>
152 </dependency>
153 <dependency>
154 <groupId>androidx.lifecycle</groupId>
155 <artifactId>lifecycle-viewmodel</artifactId>
156 <version>2.3.0</version>
157 <scope>runtime</scope>
158 <type>aar</type>
159 </dependency>
160 <dependency>
161 <groupId>androidx.profileinstaller</groupId>
162 <artifactId>profileinstaller</artifactId>
163 <version>1.2.0-alpha02</version>
164 <scope>runtime</scope>
165 <type>aar</type>
166 </dependency>
167 </dependencies>
168</project>