blob: 059e1d6e2556bff5fbb9f92ba2a35e5b01efa08f [file] [log] [blame]
Aurimas Liutikas8d3b26a2018-05-18 11:24:27 -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.layoutlib</groupId>
6 <artifactId>layoutlib-api</artifactId>
7 <version>26.2.0-alpha16</version>
8 <name>Android Tools layoutlib-api</name>
9 <description>Library to use the rendering library for Android layouts: layoutlib</description>
10 <url>http://tools.android.com</url>
11 <inceptionYear>2007</inceptionYear>
12 <licenses>
13 <license>
14 <name>The Apache Software License, Version 2.0</name>
15 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
16 <distribution>repo</distribution>
17 </license>
18 </licenses>
19 <developers>
20 <developer>
21 <name>The Android Open Source Project</name>
22 </developer>
23 </developers>
24 <scm>
25 <connection>git://android.googlesource.com/platform/tools/base.git</connection>
26 <url>https://android.googlesource.com/platform/tools/base</url>
27 </scm>
28 <dependencies>
29 <dependency>
30 <groupId>com.android.tools</groupId>
31 <artifactId>common</artifactId>
32 <version>26.2.0-alpha16</version>
33 <scope>compile</scope>
34 </dependency>
35 <dependency>
36 <groupId>net.sf.kxml</groupId>
37 <artifactId>kxml2</artifactId>
38 <version>2.3.0</version>
39 <scope>compile</scope>
40 </dependency>
41 <dependency>
42 <groupId>com.android.tools</groupId>
43 <artifactId>annotations</artifactId>
44 <version>26.2.0-alpha16</version>
45 <scope>compile</scope>
46 </dependency>
47 <dependency>
48 <groupId>org.jetbrains</groupId>
49 <artifactId>annotations</artifactId>
50 <version>13.0</version>
51 <scope>compile</scope>
52 </dependency>
53 <dependency>
54 <groupId>junit</groupId>
55 <artifactId>junit</artifactId>
56 <version>4.12</version>
57 <scope>test</scope>
58 </dependency>
59 </dependencies>
60</project>