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-common</artifactId> 11 <version>1.5.0-rc01</version> 12 <packaging>aar</packaging> 13 <name>Media3 common module</name> 14 <description>Media3 common 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 <dependencyManagement> 32 <dependencies> 33 <dependency> 34 <groupId>androidx.media3</groupId> 35 <artifactId>media3-cast</artifactId> 36 <version>1.5.0-rc01</version> 37 </dependency> 38 <dependency> 39 <groupId>androidx.media3</groupId> 40 <artifactId>media3-common-ktx</artifactId> 41 <version>1.5.0-rc01</version> 42 </dependency> 43 <dependency> 44 <groupId>androidx.media3</groupId> 45 <artifactId>media3-container</artifactId> 46 <version>1.5.0-rc01</version> 47 </dependency> 48 <dependency> 49 <groupId>androidx.media3</groupId> 50 <artifactId>media3-database</artifactId> 51 <version>1.5.0-rc01</version> 52 </dependency> 53 <dependency> 54 <groupId>androidx.media3</groupId> 55 <artifactId>media3-datasource</artifactId> 56 <version>1.5.0-rc01</version> 57 </dependency> 58 <dependency> 59 <groupId>androidx.media3</groupId> 60 <artifactId>media3-datasource-cronet</artifactId> 61 <version>1.5.0-rc01</version> 62 </dependency> 63 <dependency> 64 <groupId>androidx.media3</groupId> 65 <artifactId>media3-datasource-okhttp</artifactId> 66 <version>1.5.0-rc01</version> 67 </dependency> 68 <dependency> 69 <groupId>androidx.media3</groupId> 70 <artifactId>media3-datasource-rtmp</artifactId> 71 <version>1.5.0-rc01</version> 72 </dependency> 73 <dependency> 74 <groupId>androidx.media3</groupId> 75 <artifactId>media3-decoder</artifactId> 76 <version>1.5.0-rc01</version> 77 </dependency> 78 <dependency> 79 <groupId>androidx.media3</groupId> 80 <artifactId>media3-exoplayer-midi</artifactId> 81 <version>1.5.0-rc01</version> 82 </dependency> 83 <dependency> 84 <groupId>androidx.media3</groupId> 85 <artifactId>media3-effect</artifactId> 86 <version>1.5.0-rc01</version> 87 </dependency> 88 <dependency> 89 <groupId>androidx.media3</groupId> 90 <artifactId>media3-exoplayer</artifactId> 91 <version>1.5.0-rc01</version> 92 </dependency> 93 <dependency> 94 <groupId>androidx.media3</groupId> 95 <artifactId>media3-exoplayer-dash</artifactId> 96 <version>1.5.0-rc01</version> 97 </dependency> 98 <dependency> 99 <groupId>androidx.media3</groupId> 100 <artifactId>media3-exoplayer-hls</artifactId> 101 <version>1.5.0-rc01</version> 102 </dependency> 103 <dependency> 104 <groupId>androidx.media3</groupId> 105 <artifactId>media3-exoplayer-ima</artifactId> 106 <version>1.5.0-rc01</version> 107 </dependency> 108 <dependency> 109 <groupId>androidx.media3</groupId> 110 <artifactId>media3-exoplayer-rtsp</artifactId> 111 <version>1.5.0-rc01</version> 112 </dependency> 113 <dependency> 114 <groupId>androidx.media3</groupId> 115 <artifactId>media3-exoplayer-smoothstreaming</artifactId> 116 <version>1.5.0-rc01</version> 117 </dependency> 118 <dependency> 119 <groupId>androidx.media3</groupId> 120 <artifactId>media3-exoplayer-workmanager</artifactId> 121 <version>1.5.0-rc01</version> 122 </dependency> 123 <dependency> 124 <groupId>androidx.media3</groupId> 125 <artifactId>media3-extractor</artifactId> 126 <version>1.5.0-rc01</version> 127 </dependency> 128 <dependency> 129 <groupId>androidx.media3</groupId> 130 <artifactId>media3-muxer</artifactId> 131 <version>1.5.0-rc01</version> 132 </dependency> 133 <dependency> 134 <groupId>androidx.media3</groupId> 135 <artifactId>media3-session</artifactId> 136 <version>1.5.0-rc01</version> 137 </dependency> 138 <dependency> 139 <groupId>androidx.media3</groupId> 140 <artifactId>media3-transformer</artifactId> 141 <version>1.5.0-rc01</version> 142 </dependency> 143 <dependency> 144 <groupId>androidx.media3</groupId> 145 <artifactId>media3-ui</artifactId> 146 <version>1.5.0-rc01</version> 147 </dependency> 148 <dependency> 149 <groupId>androidx.media3</groupId> 150 <artifactId>media3-ui-leanback</artifactId> 151 <version>1.5.0-rc01</version> 152 </dependency> 153 <dependency> 154 <groupId>androidx.media3</groupId> 155 <artifactId>media3-test-utils</artifactId> 156 <version>1.5.0-rc01</version> 157 </dependency> 158 <dependency> 159 <groupId>androidx.media3</groupId> 160 <artifactId>media3-test-utils-robolectric</artifactId> 161 <version>1.5.0-rc01</version> 162 </dependency> 163 <dependency> 164 <groupId>org.jetbrains.kotlin</groupId> 165 <artifactId>kotlin-bom</artifactId> 166 <version>1.8.0</version> 167 <type>pom</type> 168 <scope>import</scope> 169 </dependency> 170 </dependencies> 171 </dependencyManagement> 172 <dependencies> 173 <dependency> 174 <groupId>com.google.guava</groupId> 175 <artifactId>guava</artifactId> 176 <version>33.3.1-android</version> 177 <scope>compile</scope> 178 <exclusions> 179 <exclusion> 180 <groupId>com.google.j2objc</groupId> 181 <artifactId>j2objc-annotations</artifactId> 182 </exclusion> 183 <exclusion> 184 <groupId>org.checkerframework</groupId> 185 <artifactId>checker-compat-qual</artifactId> 186 </exclusion> 187 <exclusion> 188 <groupId>com.google.code.findbugs</groupId> 189 <artifactId>jsr305</artifactId> 190 </exclusion> 191 <exclusion> 192 <groupId>org.codehaus.mojo</groupId> 193 <artifactId>animal-sniffer-annotations</artifactId> 194 </exclusion> 195 <exclusion> 196 <groupId>org.checkerframework</groupId> 197 <artifactId>checker-qual</artifactId> 198 </exclusion> 199 <exclusion> 200 <groupId>com.google.errorprone</groupId> 201 <artifactId>error_prone_annotations</artifactId> 202 </exclusion> 203 </exclusions> 204 </dependency> 205 <dependency> 206 <groupId>androidx.annotation</groupId> 207 <artifactId>annotation-experimental</artifactId> 208 <version>1.3.1</version> 209 <scope>compile</scope> 210 <type>aar</type> 211 </dependency> 212 <dependency> 213 <groupId>androidx.annotation</groupId> 214 <artifactId>annotation</artifactId> 215 <version>1.6.0</version> 216 <scope>runtime</scope> 217 </dependency> 218 </dependencies> 219</project> 220