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-datasource</artifactId> 11 <version>1.5.0-rc01</version> 12 <packaging>aar</packaging> 13 <name>Media3 DataSource module</name> 14 <description>Media3 DataSource 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>runtime</scope> 37 <type>aar</type> 38 </dependency> 39 <dependency> 40 <groupId>androidx.media3</groupId> 41 <artifactId>media3-database</artifactId> 42 <version>1.5.0-rc01</version> 43 <scope>runtime</scope> 44 <type>aar</type> 45 </dependency> 46 <dependency> 47 <groupId>androidx.annotation</groupId> 48 <artifactId>annotation</artifactId> 49 <version>1.6.0</version> 50 <scope>runtime</scope> 51 </dependency> 52 <dependency> 53 <groupId>androidx.exifinterface</groupId> 54 <artifactId>exifinterface</artifactId> 55 <version>1.3.6</version> 56 <scope>runtime</scope> 57 <type>aar</type> 58 </dependency> 59 </dependencies> 60</project> 61