blob: 9a5625c98becfafbfd0db3c54f1c1c1336f23df2 [file] [log] [blame]
Jerome Docheza2e11082015-04-28 15:29:29 -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>1.2.2</version>
8 <dependencies>
9 <dependency>
10 <groupId>com.android.tools.build</groupId>
11 <artifactId>gradle-core</artifactId>
12 <version>1.2.2</version>
13 <scope>compile</scope>
14 </dependency>
15 <dependency>
16 <groupId>tools.base</groupId>
17 <artifactId>project-test-lib</artifactId>
18 <version>unspecified</version>
19 <scope>test</scope>
20 </dependency>
21 <dependency>
22 <groupId>junit</groupId>
23 <artifactId>junit</artifactId>
24 <version>4.12</version>
25 <scope>test</scope>
26 </dependency>
27 </dependencies>
28</project>