blob: d81a9ba867538dc8d978c7099a47d5d1529aba35 [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.foundation</groupId>
10 <artifactId>foundation</artifactId>
11 <version>1.4.0-beta01</version>
12 <packaging>aar</packaging>
13 <name>Compose Foundation</name>
14 <description>Higher level abstractions of the Compose UI primitives. This library is design system agnostic, providing the high-level building blocks for both application and design-system developers</description>
15 <url>https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.4.0-beta01</url>
16 <inceptionYear>2018</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>compile</scope>
39 </dependency>
40 <dependency>
41 <groupId>androidx.compose.animation</groupId>
42 <artifactId>animation</artifactId>
43 <version>1.2.1</version>
44 <scope>compile</scope>
45 <type>aar</type>
46 </dependency>
47 <dependency>
48 <groupId>androidx.compose.foundation</groupId>
49 <artifactId>foundation-layout</artifactId>
50 <version>[1.4.0-beta01]</version>
51 <scope>runtime</scope>
52 <type>aar</type>
53 </dependency>
54 <dependency>
55 <groupId>androidx.compose.runtime</groupId>
56 <artifactId>runtime</artifactId>
57 <version>1.3.1</version>
58 <scope>compile</scope>
59 <type>aar</type>
60 </dependency>
61 <dependency>
62 <groupId>androidx.compose.ui</groupId>
63 <artifactId>ui</artifactId>
64 <version>1.4.0-beta01</version>
65 <scope>compile</scope>
66 <type>aar</type>
67 </dependency>
68 <dependency>
69 <groupId>androidx.compose.ui</groupId>
70 <artifactId>ui-graphics</artifactId>
71 <version>1.2.1</version>
72 <scope>runtime</scope>
73 <type>aar</type>
74 </dependency>
75 <dependency>
76 <groupId>androidx.compose.ui</groupId>
77 <artifactId>ui-text</artifactId>
78 <version>1.2.1</version>
79 <scope>runtime</scope>
80 <type>aar</type>
81 </dependency>
82 <dependency>
83 <groupId>androidx.compose.ui</groupId>
84 <artifactId>ui-util</artifactId>
85 <version>1.2.1</version>
86 <scope>runtime</scope>
87 <type>aar</type>
88 </dependency>
89 <dependency>
90 <groupId>androidx.emoji2</groupId>
91 <artifactId>emoji2</artifactId>
92 <version>1.3.0-beta02</version>
93 <scope>runtime</scope>
94 <type>aar</type>
95 </dependency>
96 <dependency>
97 <groupId>org.jetbrains.kotlin</groupId>
98 <artifactId>kotlin-stdlib-common</artifactId>
99 <version>1.8.0</version>
100 <scope>runtime</scope>
101 </dependency>
102 </dependencies>
103</project>