blob: 9d98c57f74f230571aec8304439614a693c978f5 [file] [log] [blame]
Anvesh Renikindi5c0582f2023-02-10 17:42:19 +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.compose.ui</groupId>
10 <artifactId>ui</artifactId>
11 <version>1.4.0-beta01</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.4.0-beta01</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 <dependencyManagement>
34 <dependencies>
35 <dependency>
36 <groupId>androidx.compose.foundation</groupId>
37 <artifactId>foundation</artifactId>
38 <version>1.4.0-beta01</version>
39 </dependency>
40 </dependencies>
41 </dependencyManagement>
42 <dependencies>
43 <dependency>
44 <groupId>androidx.activity</groupId>
45 <artifactId>activity</artifactId>
46 <version>1.7.0-beta01</version>
47 <scope>runtime</scope>
48 <type>aar</type>
49 </dependency>
50 <dependency>
51 <groupId>androidx.activity</groupId>
52 <artifactId>activity-ktx</artifactId>
53 <version>1.5.1</version>
54 <scope>runtime</scope>
55 <type>aar</type>
56 </dependency>
57 <dependency>
58 <groupId>androidx.annotation</groupId>
59 <artifactId>annotation</artifactId>
60 <version>1.5.0</version>
61 <scope>compile</scope>
62 </dependency>
63 <dependency>
64 <groupId>androidx.autofill</groupId>
65 <artifactId>autofill</artifactId>
66 <version>1.0.0</version>
67 <scope>runtime</scope>
68 <type>aar</type>
69 </dependency>
70 <dependency>
71 <groupId>androidx.collection</groupId>
72 <artifactId>collection</artifactId>
73 <version>1.0.0</version>
74 <scope>runtime</scope>
75 </dependency>
76 <dependency>
77 <groupId>androidx.compose.runtime</groupId>
78 <artifactId>runtime</artifactId>
79 <version>1.4.0-beta01</version>
80 <scope>runtime</scope>
81 <type>aar</type>
82 </dependency>
83 <dependency>
84 <groupId>androidx.compose.runtime</groupId>
85 <artifactId>runtime-saveable</artifactId>
86 <version>1.4.0-beta01</version>
87 <scope>compile</scope>
88 <type>aar</type>
89 </dependency>
90 <dependency>
91 <groupId>androidx.compose.ui</groupId>
92 <artifactId>ui-geometry</artifactId>
93 <version>[1.4.0-beta01]</version>
94 <scope>compile</scope>
95 <type>aar</type>
96 </dependency>
97 <dependency>
98 <groupId>androidx.compose.ui</groupId>
99 <artifactId>ui-graphics</artifactId>
100 <version>[1.4.0-beta01]</version>
101 <scope>compile</scope>
102 <type>aar</type>
103 </dependency>
104 <dependency>
105 <groupId>androidx.compose.ui</groupId>
106 <artifactId>ui-text</artifactId>
107 <version>[1.4.0-beta01]</version>
108 <scope>compile</scope>
109 <type>aar</type>
110 </dependency>
111 <dependency>
112 <groupId>androidx.compose.ui</groupId>
113 <artifactId>ui-unit</artifactId>
114 <version>[1.4.0-beta01]</version>
115 <scope>compile</scope>
116 <type>aar</type>
117 </dependency>
118 <dependency>
119 <groupId>androidx.compose.ui</groupId>
120 <artifactId>ui-util</artifactId>
121 <version>[1.4.0-beta01]</version>
122 <scope>runtime</scope>
123 <type>aar</type>
124 </dependency>
125 <dependency>
126 <groupId>androidx.core</groupId>
127 <artifactId>core</artifactId>
128 <version>1.9.0</version>
129 <scope>runtime</scope>
130 <type>aar</type>
131 </dependency>
132 <dependency>
133 <groupId>androidx.customview</groupId>
134 <artifactId>customview-poolingcontainer</artifactId>
135 <version>1.0.0</version>
136 <scope>runtime</scope>
137 <type>aar</type>
138 </dependency>
139 <dependency>
140 <groupId>androidx.emoji2</groupId>
141 <artifactId>emoji2</artifactId>
142 <version>1.2.0</version>
143 <scope>runtime</scope>
144 <type>aar</type>
145 </dependency>
146 <dependency>
147 <groupId>androidx.lifecycle</groupId>
148 <artifactId>lifecycle-common-java8</artifactId>
149 <version>2.5.1</version>
150 <scope>runtime</scope>
151 </dependency>
152 <dependency>
153 <groupId>androidx.lifecycle</groupId>
154 <artifactId>lifecycle-runtime</artifactId>
155 <version>2.6.0-beta01</version>
156 <scope>runtime</scope>
157 <type>aar</type>
158 </dependency>
159 <dependency>
160 <groupId>androidx.lifecycle</groupId>
161 <artifactId>lifecycle-viewmodel</artifactId>
162 <version>2.6.0-beta01</version>
163 <scope>runtime</scope>
164 <type>aar</type>
165 </dependency>
166 <dependency>
167 <groupId>androidx.profileinstaller</groupId>
168 <artifactId>profileinstaller</artifactId>
169 <version>1.2.1</version>
170 <scope>runtime</scope>
171 <type>aar</type>
172 </dependency>
173 <dependency>
174 <groupId>androidx.savedstate</groupId>
175 <artifactId>savedstate-ktx</artifactId>
176 <version>1.2.0</version>
177 <scope>runtime</scope>
178 <type>aar</type>
179 </dependency>
180 <dependency>
181 <groupId>org.jetbrains.kotlin</groupId>
182 <artifactId>kotlin-stdlib</artifactId>
183 <version>1.8.0</version>
184 <scope>runtime</scope>
185 </dependency>
186 <dependency>
187 <groupId>org.jetbrains.kotlin</groupId>
188 <artifactId>kotlin-stdlib-common</artifactId>
189 <version>1.8.0</version>
190 <scope>runtime</scope>
191 </dependency>
192 <dependency>
193 <groupId>org.jetbrains.kotlinx</groupId>
194 <artifactId>kotlinx-coroutines-android</artifactId>
195 <version>1.6.4</version>
196 <scope>runtime</scope>
197 </dependency>
198 <dependency>
199 <groupId>org.jetbrains.kotlinx</groupId>
200 <artifactId>kotlinx-coroutines-core</artifactId>
201 <version>1.6.4</version>
202 <scope>runtime</scope>
203 </dependency>
204 </dependencies>
205</project>