blob: db093b0bd35b3a5523f68fdca95455ff6e39d860 [file] [log] [blame]
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -04001<?xml version="1.0" encoding="UTF-8"?>
Nate Myren08783222019-11-19 09:58:50 -08002<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Aurimas Liutikas283795f2020-04-13 11:00:27 -07003 <!-- 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 -->
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -04008 <modelVersion>4.0.0</modelVersion>
9 <groupId>androidx.preference</groupId>
10 <artifactId>preference</artifactId>
Vinit Nayak28f9bd62019-07-31 11:45:55 -070011 <version>1.2.0-alpha01</version>
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -040012 <packaging>aar</packaging>
13 <name>AndroidX Preference</name>
14 <description>AndroidX Preference</description>
Aurimas Liutikasc765d082019-06-06 14:04:41 -070015 <url>https://developer.android.com/jetpack/androidx</url>
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -040016 <inceptionYear>2015</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>http://source.android.com</url>
32 </scm>
33 <dependencies>
34 <dependency>
Yvan Hsueh406b7222020-01-16 23:48:11 +080035 <groupId>androidx.annotation</groupId>
36 <artifactId>annotation</artifactId>
37 <version>1.1.0</version>
38 <scope>compile</scope>
39 </dependency>
40 <dependency>
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -040041 <groupId>androidx.appcompat</groupId>
42 <artifactId>appcompat</artifactId>
Jeremy Woodsde7a19d2019-09-16 18:23:09 -070043 <version>1.1.0</version>
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -040044 <scope>compile</scope>
Nate Myren08783222019-11-19 09:58:50 -080045 <type>aar</type>
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -040046 </dependency>
47 <dependency>
48 <groupId>androidx.core</groupId>
49 <artifactId>core</artifactId>
Feng Caoa74ebe62020-02-21 10:49:28 -080050 <version>1.1.0</version>
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -040051 <scope>compile</scope>
Nate Myren08783222019-11-19 09:58:50 -080052 <type>aar</type>
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -040053 </dependency>
54 <dependency>
55 <groupId>androidx.fragment</groupId>
56 <artifactId>fragment</artifactId>
Aurimas Liutikas283795f2020-04-13 11:00:27 -070057 <version>1.2.4</version>
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -040058 <scope>compile</scope>
Nate Myren08783222019-11-19 09:58:50 -080059 <type>aar</type>
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -040060 </dependency>
61 <dependency>
62 <groupId>androidx.recyclerview</groupId>
63 <artifactId>recyclerview</artifactId>
64 <version>1.0.0</version>
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -040065 <scope>compile</scope>
Nate Myren08783222019-11-19 09:58:50 -080066 <type>aar</type>
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -040067 </dependency>
68 <dependency>
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -040069 <groupId>androidx.collection</groupId>
70 <artifactId>collection</artifactId>
71 <version>1.0.0</version>
Nate Myren08783222019-11-19 09:58:50 -080072 <scope>runtime</scope>
Oussama Ben Abdelbaki0385f732019-03-18 14:46:52 -040073 </dependency>
74 </dependencies>
75</project>