blob: 915192b996395cb4bcb90e546cdbdfb19da69d4d [file] [log] [blame]
Xavier Ducrohet71348f02013-09-12 19:42:20 -07001<?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</artifactId>
7 <version>0.5.7</version>
8 <dependencies>
9 <dependency>
10 <groupId>com.android.tools.lint</groupId>
11 <artifactId>lint</artifactId>
12 <version>22.2.0</version>
13 <scope>compile</scope>
14 </dependency>
15 <dependency>
16 <groupId>net.sf.proguard</groupId>
17 <artifactId>proguard-gradle</artifactId>
18 <version>4.9</version>
19 <scope>compile</scope>
20 </dependency>
21 <dependency>
22 <groupId>junit</groupId>
23 <artifactId>junit</artifactId>
24 <version>3.8.1</version>
25 <scope>test</scope>
26 </dependency>
27 <dependency>
28 <groupId>com.android.tools.build</groupId>
29 <artifactId>builder</artifactId>
30 <version>0.5.7</version>
31 <scope>compile</scope>
32 </dependency>
33 </dependencies>
34</project>