Home | History | Annotate | Download | only in 1.4.0-beta5
      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.tools.build</groupId>
      6   <artifactId>gradle-core</artifactId>
      7   <version>1.4.0-beta5</version>
      8   <dependencies>
      9     <dependency>
     10       <groupId>org.jacoco</groupId>
     11       <artifactId>org.jacoco.core</artifactId>
     12       <version>0.7.4.201502262128</version>
     13       <scope>compile</scope>
     14     </dependency>
     15     <dependency>
     16       <groupId>com.android.tools.build</groupId>
     17       <artifactId>builder</artifactId>
     18       <version>1.4.0-beta5</version>
     19       <scope>compile</scope>
     20     </dependency>
     21     <dependency>
     22       <groupId>tools.base</groupId>
     23       <artifactId>project-test-lib</artifactId>
     24       <version>unspecified</version>
     25       <scope>test</scope>
     26     </dependency>
     27     <dependency>
     28       <groupId>org.mockito</groupId>
     29       <artifactId>mockito-all</artifactId>
     30       <version>1.9.5</version>
     31       <scope>test</scope>
     32     </dependency>
     33     <dependency>
     34       <groupId>junit</groupId>
     35       <artifactId>junit</artifactId>
     36       <version>4.12</version>
     37       <scope>test</scope>
     38     </dependency>
     39     <dependency>
     40       <groupId>com.google.truth</groupId>
     41       <artifactId>truth</artifactId>
     42       <version>0.26</version>
     43       <scope>test</scope>
     44     </dependency>
     45     <dependency>
     46       <groupId>net.sf.proguard</groupId>
     47       <artifactId>proguard-gradle</artifactId>
     48       <version>5.2.1</version>
     49       <scope>compile</scope>
     50     </dependency>
     51     <dependency>
     52       <groupId>com.android.tools.lint</groupId>
     53       <artifactId>lint</artifactId>
     54       <version>24.4.0-beta5</version>
     55       <scope>compile</scope>
     56     </dependency>
     57     <dependency>
     58       <groupId>com.android.tools.build</groupId>
     59       <artifactId>transform-api</artifactId>
     60       <version>1.4.0-beta5</version>
     61       <scope>compile</scope>
     62     </dependency>
     63     <dependency>
     64       <groupId>com.android.tools</groupId>
     65       <artifactId>testutils</artifactId>
     66       <version>24.4.0-beta5</version>
     67       <scope>test</scope>
     68     </dependency>
     69   </dependencies>
     70 </project>
     71