summaryrefslogtreecommitdiff
path: root/com/android/support/support-media-compat/25.2.0/support-media-compat-25.2.0.pom
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2018-07-13 08:40:32 -0700
committerAurimas Liutikas <aurimas@google.com>2018-07-13 14:39:11 -0700
commit56e910c4ccc60e60f46a9c87f7f27aab874acf36 (patch)
treeca4037f4109419fa964863967cda164b9939f727 /com/android/support/support-media-compat/25.2.0/support-media-compat-25.2.0.pom
parent748beb9894930ab49958126d0e6613a38cd70728 (diff)
downloadinternal-56e910c4ccc60e60f46a9c87f7f27aab874acf36.tar.gz
Add initial androidx prebuilts.
Test: None Change-Id: I6ac2a11949cbc01d56800ad5f6bb2b2d5abb2257
Diffstat (limited to 'com/android/support/support-media-compat/25.2.0/support-media-compat-25.2.0.pom')
-rw-r--r--com/android/support/support-media-compat/25.2.0/support-media-compat-25.2.0.pom44
1 files changed, 44 insertions, 0 deletions
diff --git a/com/android/support/support-media-compat/25.2.0/support-media-compat-25.2.0.pom b/com/android/support/support-media-compat/25.2.0/support-media-compat-25.2.0.pom
new file mode 100644
index 0000000000..6b9ad77296
--- /dev/null
+++ b/com/android/support/support-media-compat/25.2.0/support-media-compat-25.2.0.pom
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.android.support</groupId>
+ <artifactId>support-media-compat</artifactId>
+ <version>25.2.0</version>
+ <packaging>aar</packaging>
+ <name>Android Support Library v4</name>
+ <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 4 or later.</description>
+ <url>http://developer.android.com/tools/extras/support-library.html</url>
+ <inceptionYear>2011</inceptionYear>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>The Android Open Source Project</name>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
+ <url>http://source.android.com</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>com.android.support</groupId>
+ <artifactId>support-annotations</artifactId>
+ <version>25.2.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.android.support</groupId>
+ <artifactId>support-compat</artifactId>
+ <version>25.2.0</version>
+ <type>aar</type>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>