1 <?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>com.android.support</groupId> 6 <artifactId>preference-leanback-v17</artifactId> 7 <version>23.0.0</version> 8 <packaging>aar</packaging> 9 <name>Android Support Leanback Preference v17</name> 10 <description>Android Support Leanback Preference v17</description> 11 <url>http://developer.android.com/tools/extras/support-library.html</url> 12 <inceptionYear>2015</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>com.android.support</groupId> 32 <artifactId>preference-v14</artifactId> 33 <version>23.0.0</version> 34 <type>aar</type> 35 <scope>compile</scope> 36 </dependency> 37 <dependency> 38 <groupId>com.android.support</groupId> 39 <artifactId>appcompat-v7</artifactId> 40 <version>23.0.0</version> 41 <type>aar</type> 42 <scope>compile</scope> 43 </dependency> 44 <dependency> 45 <groupId>com.android.support</groupId> 46 <artifactId>preference-v7</artifactId> 47 <version>23.0.0</version> 48 <type>aar</type> 49 <scope>compile</scope> 50 </dependency> 51 <dependency> 52 <groupId>com.android.support</groupId> 53 <artifactId>support-v4</artifactId> 54 <version>23.0.0</version> 55 <type>aar</type> 56 <scope>compile</scope> 57 </dependency> 58 <dependency> 59 <groupId>com.android.support</groupId> 60 <artifactId>recyclerview-v7</artifactId> 61 <version>23.0.0</version> 62 <type>aar</type> 63 <scope>compile</scope> 64 </dependency> 65 <dependency> 66 <groupId>com.android.support</groupId> 67 <artifactId>leanback-v17</artifactId> 68 <version>23.0.0</version> 69 <type>aar</type> 70 <scope>compile</scope> 71 </dependency> 72 </dependencies> 73 </project> 74