blob: da6a87d65df565f7b9390b8c418d3816ffc5f64c [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.material3</groupId>
10 <artifactId>material3</artifactId>
11 <version>1.1.0-alpha06</version>
12 <packaging>aar</packaging>
13 <name>Compose Material3 Components</name>
14 <description>Compose Material You Design Components library</description>
15 <url>https://developer.android.com/jetpack/androidx/releases/compose-material3#1.1.0-alpha06</url>
16 <inceptionYear>2021</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.activity</groupId>
36 <artifactId>activity-compose</artifactId>
37 <version>1.5.0</version>
38 <scope>runtime</scope>
39 <type>aar</type>
40 </dependency>
41 <dependency>
42 <groupId>androidx.compose.animation</groupId>
43 <artifactId>animation-core</artifactId>
44 <version>1.3.1</version>
45 <scope>runtime</scope>
46 <type>aar</type>
47 </dependency>
48 <dependency>
49 <groupId>androidx.compose.foundation</groupId>
50 <artifactId>foundation</artifactId>
51 <version>1.4.0-beta01</version>
52 <scope>compile</scope>
53 <type>aar</type>
54 </dependency>
55 <dependency>
56 <groupId>androidx.compose.foundation</groupId>
57 <artifactId>foundation-layout</artifactId>
58 <version>1.3.1</version>
59 <scope>runtime</scope>
60 <type>aar</type>
61 </dependency>
62 <dependency>
63 <groupId>androidx.compose.material</groupId>
64 <artifactId>material-icons-core</artifactId>
65 <version>1.3.1</version>
66 <scope>compile</scope>
67 <type>aar</type>
68 </dependency>
69 <dependency>
70 <groupId>androidx.compose.material</groupId>
71 <artifactId>material-ripple</artifactId>
72 <version>1.3.1</version>
73 <scope>compile</scope>
74 <type>aar</type>
75 </dependency>
76 <dependency>
77 <groupId>androidx.compose.runtime</groupId>
78 <artifactId>runtime</artifactId>
79 <version>1.3.1</version>
80 <scope>compile</scope>
81 <type>aar</type>
82 </dependency>
83 <dependency>
84 <groupId>androidx.compose.ui</groupId>
85 <artifactId>ui</artifactId>
86 <version>1.3.1</version>
87 <scope>compile</scope>
88 <type>aar</type>
89 </dependency>
90 <dependency>
91 <groupId>androidx.compose.ui</groupId>
92 <artifactId>ui-graphics</artifactId>
93 <version>1.3.1</version>
94 <scope>compile</scope>
95 <type>aar</type>
96 </dependency>
97 <dependency>
98 <groupId>androidx.compose.ui</groupId>
99 <artifactId>ui-text</artifactId>
100 <version>1.3.1</version>
101 <scope>compile</scope>
102 <type>aar</type>
103 </dependency>
104 <dependency>
105 <groupId>androidx.compose.ui</groupId>
106 <artifactId>ui-util</artifactId>
107 <version>1.3.1</version>
108 <scope>runtime</scope>
109 <type>aar</type>
110 </dependency>
111 <dependency>
112 <groupId>androidx.lifecycle</groupId>
113 <artifactId>lifecycle-runtime</artifactId>
114 <version>2.5.1</version>
115 <scope>runtime</scope>
116 <type>aar</type>
117 </dependency>
118 <dependency>
119 <groupId>androidx.lifecycle</groupId>
120 <artifactId>lifecycle-viewmodel</artifactId>
121 <version>2.6.0-beta01</version>
122 <scope>runtime</scope>
123 <type>aar</type>
124 </dependency>
125 <dependency>
126 <groupId>androidx.savedstate</groupId>
127 <artifactId>savedstate-ktx</artifactId>
128 <version>1.2.0</version>
129 <scope>runtime</scope>
130 <type>aar</type>
131 </dependency>
132 <dependency>
133 <groupId>org.jetbrains.kotlin</groupId>
134 <artifactId>kotlin-stdlib-common</artifactId>
135 <version>1.8.0</version>
136 <scope>runtime</scope>
137 </dependency>
138 </dependencies>
139</project>