blob: 5c1ed98c085073ed16d294ecd0f87713ded35768 [file] [log] [blame]
Allena124ae52018-01-16 15:29:10 -08001<?xml version="1.0" encoding="UTF-8"?>
2<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>android.arch.paging</groupId>
6 <artifactId>runtime</artifactId>
Alan Viverette059fff52018-02-22 15:56:39 -05007 <version>1.0.0-alpha6</version>
Allena124ae52018-01-16 15:29:10 -08008 <packaging>aar</packaging>
Alan Viverette11e77242018-01-26 15:08:13 -05009 <name>Android Paging-Runtime</name>
10 <description>Android Paging-Runtime</description>
Allena124ae52018-01-16 15:29:10 -080011 <url>https://developer.android.com/topic/libraries/architecture/index.html</url>
12 <inceptionYear>2017</inceptionYear>
13 <licenses>
14 <license>
15 <name>The Apache Software License, Version 2.0</name>
16 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
17 <distribution>repo</distribution>
18 </license>
19 </licenses>
20 <developers>
21 <developer>
22 <name>The Android Open Source Project</name>
23 </developer>
24 </developers>
25 <scm>
26 <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
27 <url>http://source.android.com</url>
28 </scm>
29 <dependencies>
30 <dependency>
31 <groupId>android.arch.core</groupId>
32 <artifactId>runtime</artifactId>
Ian Lake54c007a2018-01-24 14:38:45 -080033 <version>1.1.0</version>
Allena124ae52018-01-16 15:29:10 -080034 <type>aar</type>
35 <scope>compile</scope>
36 </dependency>
37 <dependency>
38 <groupId>android.arch.paging</groupId>
39 <artifactId>common</artifactId>
Alan Viverette059fff52018-02-22 15:56:39 -050040 <version>1.0.0-alpha6</version>
Allena124ae52018-01-16 15:29:10 -080041 <scope>compile</scope>
42 </dependency>
43 <dependency>
44 <groupId>android.arch.lifecycle</groupId>
45 <artifactId>runtime</artifactId>
Ian Lake54c007a2018-01-24 14:38:45 -080046 <version>1.1.0</version>
Allena124ae52018-01-16 15:29:10 -080047 <type>aar</type>
48 <scope>compile</scope>
49 </dependency>
50 <dependency>
51 <groupId>android.arch.lifecycle</groupId>
Allen59fdbb12018-02-07 16:39:10 -080052 <artifactId>livedata</artifactId>
Ian Lake54c007a2018-01-24 14:38:45 -080053 <version>1.1.0</version>
Allena124ae52018-01-16 15:29:10 -080054 <type>aar</type>
55 <scope>compile</scope>
56 </dependency>
57 <dependency>
58 <groupId>com.android.support</groupId>
59 <artifactId>recyclerview-v7</artifactId>
Alan Viverette059fff52018-02-22 15:56:39 -050060 <version>27.1.0</version>
Allena124ae52018-01-16 15:29:10 -080061 <scope>compile</scope>
62 <exclusions>
63 <exclusion>
64 <artifactId>*</artifactId>
65 <groupId>android.arch.core</groupId>
66 </exclusion>
67 <exclusion>
68 <artifactId>*</artifactId>
69 <groupId>android.arch.lifecycle</groupId>
70 </exclusion>
71 </exclusions>
72 </dependency>
73 </dependencies>
74</project>