Home | History | Annotate | Download | only in 24.2.0
      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>24.2.0</version>
      8   <packaging>aar</packaging>
      9   <dependencies>
     10     <dependency>
     11       <groupId>com.android.support</groupId>
     12       <artifactId>appcompat-v7</artifactId>
     13       <version>24.2.0</version>
     14       <type>aar</type>
     15       <scope>compile</scope>
     16     </dependency>
     17     <dependency>
     18       <groupId>com.android.support</groupId>
     19       <artifactId>preference-v14</artifactId>
     20       <version>24.2.0</version>
     21       <type>aar</type>
     22       <scope>compile</scope>
     23     </dependency>
     24     <dependency>
     25       <groupId>com.android.support</groupId>
     26       <artifactId>preference-v7</artifactId>
     27       <version>24.2.0</version>
     28       <type>aar</type>
     29       <scope>compile</scope>
     30     </dependency>
     31     <dependency>
     32       <groupId>com.android.support</groupId>
     33       <artifactId>support-v4</artifactId>
     34       <version>24.2.0</version>
     35       <type>aar</type>
     36       <scope>compile</scope>
     37     </dependency>
     38     <dependency>
     39       <groupId>com.android.support</groupId>
     40       <artifactId>recyclerview-v7</artifactId>
     41       <version>24.2.0</version>
     42       <type>aar</type>
     43       <scope>compile</scope>
     44     </dependency>
     45     <dependency>
     46       <groupId>com.android.support</groupId>
     47       <artifactId>leanback-v17</artifactId>
     48       <version>24.2.0</version>
     49       <type>aar</type>
     50       <scope>compile</scope>
     51     </dependency>
     52   </dependencies>
     53 </project>
     54