blob: 18918c44acd551294a3b124088fabe381805074f [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.car.app</groupId>
10 <artifactId>app-automotive</artifactId>
11 <version>1.2.0-beta03</version>
12 <packaging>aar</packaging>
13 <name>Android for Cars App Library Automotive Extension</name>
14 <description>Automotive OS specific functionality to build navigation, parking, and charging apps for cars</description>
15 <url>https://developer.android.com/jetpack/androidx/releases/car-app#1.2.0-beta03</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.car.app</groupId>
36 <artifactId>app</artifactId>
37 <version>[1.2.0-beta03]</version>
38 <scope>compile</scope>
39 <type>aar</type>
40 </dependency>
41 <dependency>
42 <groupId>com.google.guava</groupId>
43 <artifactId>listenablefuture</artifactId>
44 <version>1.0</version>
45 <scope>compile</scope>
46 </dependency>
47 <dependency>
48 <groupId>androidx.annotation</groupId>
49 <artifactId>annotation-experimental</artifactId>
50 <version>1.1.0</version>
51 <scope>compile</scope>
52 <type>aar</type>
53 </dependency>
54 <dependency>
55 <groupId>org.jetbrains.kotlin</groupId>
56 <artifactId>kotlin-stdlib</artifactId>
57 <version>1.6.10</version>
58 <scope>compile</scope>
59 </dependency>
60 <dependency>
61 <groupId>com.google.guava</groupId>
62 <artifactId>guava</artifactId>
63 <version>29.0-android</version>
64 <scope>runtime</scope>
65 </dependency>
66 <dependency>
67 <groupId>androidx.concurrent</groupId>
68 <artifactId>concurrent-futures</artifactId>
69 <version>1.1.0</version>
70 <scope>runtime</scope>
71 </dependency>
72 <dependency>
73 <groupId>androidx.fragment</groupId>
74 <artifactId>fragment</artifactId>
75 <version>1.3.0</version>
76 <scope>runtime</scope>
77 <type>aar</type>
78 </dependency>
79 <dependency>
80 <groupId>androidx.lifecycle</groupId>
81 <artifactId>lifecycle-common-java8</artifactId>
82 <version>2.2.0</version>
83 <scope>runtime</scope>
84 </dependency>
85 <dependency>
86 <groupId>androidx.annotation</groupId>
87 <artifactId>annotation</artifactId>
88 <version>1.1.0</version>
89 <scope>runtime</scope>
90 </dependency>
91 <dependency>
92 <groupId>androidx.core</groupId>
93 <artifactId>core</artifactId>
94 <version>1.7.0</version>
95 <scope>runtime</scope>
96 <type>aar</type>
97 </dependency>
98 <dependency>
99 <groupId>com.google.auto.value</groupId>
100 <artifactId>auto-value-annotations</artifactId>
101 <version>1.6.3</version>
102 <scope>runtime</scope>
103 </dependency>
104 </dependencies>
105</project>