1<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3  <!-- This module was also published with a richer model, Gradle metadata,  -->
4  <!-- which should be used instead. Do not delete the following line which  -->
5  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
6  <!-- that they should prefer consuming it instead. -->
7  <!-- do_not_remove: published-with-gradle-metadata -->
8  <modelVersion>4.0.0</modelVersion>
9  <groupId>androidx.media3</groupId>
10  <artifactId>media3-container</artifactId>
11  <version>1.5.0-rc01</version>
12  <packaging>aar</packaging>
13  <name>Media3 Container module</name>
14  <description>Media3 Container module</description>
15  <licenses>
16    <license>
17      <name>The Apache Software License, Version 2.0</name>
18      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
19      <distribution>repo</distribution>
20    </license>
21  </licenses>
22  <developers>
23    <developer>
24      <name>The Android Open Source Project</name>
25    </developer>
26  </developers>
27  <scm>
28    <connection>scm:git:https://github.com/androidx/media.git</connection>
29    <url>https://github.com/androidx/media</url>
30  </scm>
31  <dependencies>
32    <dependency>
33      <groupId>androidx.media3</groupId>
34      <artifactId>media3-common</artifactId>
35      <version>1.5.0-rc01</version>
36      <scope>compile</scope>
37      <type>aar</type>
38    </dependency>
39    <dependency>
40      <groupId>androidx.annotation</groupId>
41      <artifactId>annotation</artifactId>
42      <version>1.6.0</version>
43      <scope>runtime</scope>
44    </dependency>
45  </dependencies>
46</project>
47