|
1 | 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>support-core-utils</artifactId> |
7 |
| - <version>27.1.1</version> |
8 |
| - <packaging>aar</packaging> |
9 |
| - <name>Android Support Library core utils</name> |
10 |
| - <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.</description> |
11 |
| - <url>http://developer.android.com/tools/extras/support-library.html</url> |
12 |
| - <inceptionYear>2011</inceptionYear> |
13 |
| - <licenses> |
14 |
| - <license> |
15 |
| - <name>The Apache Software License, Version 2.0</name> |
16 |
| - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
17 |
| - <distribution>repo</distribution> |
18 |
| - </license> |
19 |
| - </licenses> |
20 |
| - <developers> |
21 |
| - <developer> |
22 |
| - <name>The Android Open Source Project</name> |
23 |
| - </developer> |
24 |
| - </developers> |
25 |
| - <scm> |
26 |
| - <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection> |
27 |
| - <url>http://source.android.com</url> |
28 |
| - </scm> |
29 |
| - <dependencies> |
30 |
| - <dependency> |
31 |
| - <groupId>com.android.support</groupId> |
32 |
| - <artifactId>support-annotations</artifactId> |
33 |
| - <version>27.1.1</version> |
34 |
| - <scope>compile</scope> |
35 |
| - </dependency> |
36 |
| - <dependency> |
37 |
| - <groupId>com.android.support</groupId> |
38 |
| - <artifactId>support-compat</artifactId> |
39 |
| - <version>27.1.1</version> |
40 |
| - <type>aar</type> |
41 |
| - <scope>compile</scope> |
42 |
| - </dependency> |
43 |
| - </dependencies> |
| 2 | +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xmlns="http://maven.apache.org/POM/4.0.0" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | + <modelVersion>4.0.0</modelVersion> |
| 6 | + <groupId>com.android.support</groupId> |
| 7 | + <artifactId>support-core-utils</artifactId> |
| 8 | + <version>27.1.1</version> |
| 9 | + <packaging>aar</packaging> |
| 10 | + <name>Android Support Library core utils</name> |
| 11 | + <description>The Support Library is a static library that you can add to your Android |
| 12 | + application in order to use APIs that are either not available for older platform versions |
| 13 | + or utility APIs that aren't a part of the framework APIs. Compatible on devices running API |
| 14 | + 14 or later. |
| 15 | + </description> |
| 16 | + <url>http://developer.android.com/tools/extras/support-library.html</url> |
| 17 | + <inceptionYear>2011</inceptionYear> |
| 18 | + <licenses> |
| 19 | + <license> |
| 20 | + <name>The Apache Software License, Version 2.0</name> |
| 21 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 22 | + <distribution>repo</distribution> |
| 23 | + </license> |
| 24 | + </licenses> |
| 25 | + <developers> |
| 26 | + <developer> |
| 27 | + <name>The Android Open Source Project</name> |
| 28 | + </developer> |
| 29 | + </developers> |
| 30 | + <scm> |
| 31 | + <connection>scm:git:https://android.googlesource.com/platform/frameworks/support |
| 32 | + </connection> |
| 33 | + <url>http://source.android.com</url> |
| 34 | + </scm> |
| 35 | + <dependencies> |
| 36 | + <dependency> |
| 37 | + <groupId>com.android.support</groupId> |
| 38 | + <artifactId>support-annotations</artifactId> |
| 39 | + <version>27.1.1</version> |
| 40 | + <scope>compile</scope> |
| 41 | + </dependency> |
| 42 | + <dependency> |
| 43 | + <groupId>com.android.support</groupId> |
| 44 | + <artifactId>support-compat</artifactId> |
| 45 | + <version>27.1.1</version> |
| 46 | + <type>aar</type> |
| 47 | + <scope>compile</scope> |
| 48 | + </dependency> |
| 49 | + </dependencies> |
44 | 50 | </project>
|
0 commit comments