blob: 9c1653b3fb4fcaec7058752171800b2bc7da50fa [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.annotation</groupId>
10 <artifactId>annotation</artifactId>
11 <version>1.4.0-alpha03</version>
12 <name>Android Support Library Annotations</name>
13 <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.</description>
14 <url>https://developer.android.com/jetpack/androidx/releases/annotation#1.4.0-alpha03</url>
15 <inceptionYear>2013</inceptionYear>
16 <licenses>
17 <license>
18 <name>The Apache Software License, Version 2.0</name>
19 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
20 <distribution>repo</distribution>
21 </license>
22 </licenses>
23 <developers>
24 <developer>
25 <name>The Android Open Source Project</name>
26 </developer>
27 </developers>
28 <scm>
29 <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
30 <url>https://cs.android.com/androidx/platform/frameworks/support</url>
31 </scm>
32 <dependencies>
33 <dependency>
34 <groupId>org.jetbrains.kotlin</groupId>
35 <artifactId>kotlin-stdlib</artifactId>
36 <version>1.6.10</version>
37 <scope>compile</scope>
38 </dependency>
39 </dependencies>
40</project>