blob: bed61485991d7e74dad9552d1e1fc1d3d51c5ed4 [file] [log] [blame]
Anvesh Renikindi4df877c2022-12-15 22:38:01 +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-test</artifactId>
11 <version>1.4.0-alpha03</version>
12 <packaging>aar</packaging>
13 <name>Compose Testing</name>
14 <description>Compose testing library</description>
15 <url>https://developer.android.com/jetpack/androidx/releases/compose-ui#1.4.0-alpha03</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.annotation</groupId>
36 <artifactId>annotation</artifactId>
37 <version>1.1.0</version>
38 <scope>runtime</scope>
39 </dependency>
40 <dependency>
41 <groupId>androidx.compose.runtime</groupId>
42 <artifactId>runtime</artifactId>
43 <version>1.2.1</version>
44 <scope>compile</scope>
45 <type>aar</type>
46 </dependency>
47 <dependency>
48 <groupId>androidx.compose.ui</groupId>
49 <artifactId>ui</artifactId>
50 <version>[1.4.0-alpha03]</version>
51 <scope>compile</scope>
52 <type>aar</type>
53 </dependency>
54 <dependency>
55 <groupId>androidx.compose.ui</groupId>
56 <artifactId>ui-graphics</artifactId>
57 <version>[1.4.0-alpha03]</version>
58 <scope>compile</scope>
59 <type>aar</type>
60 </dependency>
61 <dependency>
62 <groupId>androidx.compose.ui</groupId>
63 <artifactId>ui-text</artifactId>
64 <version>[1.4.0-alpha03]</version>
65 <scope>compile</scope>
66 <type>aar</type>
67 </dependency>
68 <dependency>
69 <groupId>androidx.compose.ui</groupId>
70 <artifactId>ui-unit</artifactId>
71 <version>[1.4.0-alpha03]</version>
72 <scope>compile</scope>
73 <type>aar</type>
74 </dependency>
75 <dependency>
76 <groupId>androidx.compose.ui</groupId>
77 <artifactId>ui-util</artifactId>
78 <version>[1.4.0-alpha03]</version>
79 <scope>runtime</scope>
80 <type>aar</type>
81 </dependency>
82 <dependency>
83 <groupId>androidx.core</groupId>
84 <artifactId>core-ktx</artifactId>
85 <version>1.1.0</version>
86 <scope>runtime</scope>
87 <type>aar</type>
88 </dependency>
89 <dependency>
90 <groupId>androidx.test</groupId>
91 <artifactId>monitor</artifactId>
92 <version>1.6.0</version>
93 <scope>runtime</scope>
94 </dependency>
95 <dependency>
96 <groupId>androidx.test.espresso</groupId>
97 <artifactId>espresso-core</artifactId>
98 <version>3.5.0</version>
99 <scope>runtime</scope>
100 </dependency>
101 <dependency>
102 <groupId>org.jetbrains.kotlin</groupId>
103 <artifactId>kotlin-stdlib</artifactId>
104 <version>1.7.21</version>
105 <scope>compile</scope>
106 </dependency>
107 <dependency>
108 <groupId>org.jetbrains.kotlin</groupId>
109 <artifactId>kotlin-stdlib-common</artifactId>
110 <version>1.7.21</version>
111 <scope>compile</scope>
112 </dependency>
113 <dependency>
114 <groupId>org.jetbrains.kotlinx</groupId>
115 <artifactId>kotlinx-coroutines-core</artifactId>
116 <version>1.6.4</version>
117 <scope>compile</scope>
118 </dependency>
119 <dependency>
120 <groupId>org.jetbrains.kotlinx</groupId>
121 <artifactId>kotlinx-coroutines-test</artifactId>
122 <version>1.6.4</version>
123 <scope>compile</scope>
124 </dependency>
125 </dependencies>
126</project>