-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub Action
committed
Apr 10, 2024
1 parent
dbd1eda
commit c692921
Showing
140 changed files
with
5,524 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
110 changes: 110 additions & 0 deletions
110
repo/androidx/media3/media3-cast/1.3.1/media3-cast-1.3.1.module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
{ | ||
"formatVersion": "1.1", | ||
"component": { | ||
"group": "androidx.media3", | ||
"module": "media3-cast", | ||
"version": "1.3.1", | ||
"attributes": { | ||
"org.gradle.status": "release" | ||
} | ||
}, | ||
"createdBy": { | ||
"gradle": { | ||
"version": "8.0" | ||
} | ||
}, | ||
"variants": [ | ||
{ | ||
"name": "releaseVariantReleaseApiPublication", | ||
"attributes": { | ||
"org.gradle.category": "library", | ||
"org.gradle.dependency.bundling": "external", | ||
"org.gradle.libraryelements": "aar", | ||
"org.gradle.usage": "java-api" | ||
}, | ||
"dependencies": [ | ||
{ | ||
"group": "com.google.android.gms", | ||
"module": "play-services-cast-framework", | ||
"version": { | ||
"requires": "21.3.0" | ||
} | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"name": "media3-cast-1.3.1.aar", | ||
"url": "media3-cast-1.3.1.aar", | ||
"size": 44504, | ||
"sha512": "8bfd81741508b36834c123a20df2b3734de21fc5964c8140d669cbe6f58df25b3a453b7ce8b6be6ba509c63a7ae12ad17c911e0a4824118d9bd1bfab65d0dca6", | ||
"sha256": "125be3f53e6982393d584f72103ba3ee11b4e29ae331c8c700e374179833fbd4", | ||
"sha1": "2ad86144737ca9a975da9fb17fc8666c1e0235b2", | ||
"md5": "cdd6955ab3b3ab6e0f1e354e47d38a01" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "releaseVariantReleaseRuntimePublication", | ||
"attributes": { | ||
"org.gradle.category": "library", | ||
"org.gradle.dependency.bundling": "external", | ||
"org.gradle.libraryelements": "aar", | ||
"org.gradle.usage": "java-runtime" | ||
}, | ||
"dependencies": [ | ||
{ | ||
"group": "androidx.annotation", | ||
"module": "annotation", | ||
"version": { | ||
"requires": "1.3.0" | ||
} | ||
}, | ||
{ | ||
"group": "androidx.media3", | ||
"module": "media3-common", | ||
"version": { | ||
"requires": "1.3.1" | ||
} | ||
}, | ||
{ | ||
"group": "com.google.android.gms", | ||
"module": "play-services-cast-framework", | ||
"version": { | ||
"requires": "21.3.0" | ||
} | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"name": "media3-cast-1.3.1.aar", | ||
"url": "media3-cast-1.3.1.aar", | ||
"size": 44504, | ||
"sha512": "8bfd81741508b36834c123a20df2b3734de21fc5964c8140d669cbe6f58df25b3a453b7ce8b6be6ba509c63a7ae12ad17c911e0a4824118d9bd1bfab65d0dca6", | ||
"sha256": "125be3f53e6982393d584f72103ba3ee11b4e29ae331c8c700e374179833fbd4", | ||
"sha1": "2ad86144737ca9a975da9fb17fc8666c1e0235b2", | ||
"md5": "cdd6955ab3b3ab6e0f1e354e47d38a01" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "releaseVariantReleaseSourcePublication", | ||
"attributes": { | ||
"org.gradle.category": "documentation", | ||
"org.gradle.dependency.bundling": "external", | ||
"org.gradle.docstype": "sources", | ||
"org.gradle.usage": "java-runtime" | ||
}, | ||
"files": [ | ||
{ | ||
"name": "media3-cast-1.3.1-sources.jar", | ||
"url": "media3-cast-1.3.1-sources.jar", | ||
"size": 24398, | ||
"sha512": "fb92f45bd83f27d1dd7854fbaa5dfc000e259555c39df7885a438b7e83128642fc1ce6354e6861877ecc41170b0045a26e12b02425d1bf77e468bac13bc4e0f9", | ||
"sha256": "30c2a11d9244527488d9a6f9f00cde9be79220866a73416fef1f2e9783eaf287", | ||
"sha1": "1d6d52a7f20f1990d524abf0b11f629383b1bcac", | ||
"md5": "4ada4f1be4c3fac6839fd319d124a663" | ||
} | ||
] | ||
} | ||
] | ||
} |
53 changes: 53 additions & 0 deletions
53
repo/androidx/media3/media3-cast/1.3.1/media3-cast-1.3.1.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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"> | ||
<!-- This module was also published with a richer model, Gradle metadata, --> | ||
<!-- which should be used instead. Do not delete the following line which --> | ||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer --> | ||
<!-- that they should prefer consuming it instead. --> | ||
<!-- do_not_remove: published-with-gradle-metadata --> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>androidx.media3</groupId> | ||
<artifactId>media3-cast</artifactId> | ||
<version>1.3.1</version> | ||
<packaging>aar</packaging> | ||
<name>Media3 Cast module</name> | ||
<description>Media3 Cast module</description> | ||
<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://github.com/androidx/media.git</connection> | ||
<url>https://github.com/androidx/media</url> | ||
</scm> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.google.android.gms</groupId> | ||
<artifactId>play-services-cast-framework</artifactId> | ||
<version>21.3.0</version> | ||
<scope>compile</scope> | ||
<type>aar</type> | ||
</dependency> | ||
<dependency> | ||
<groupId>androidx.annotation</groupId> | ||
<artifactId>annotation</artifactId> | ||
<version>1.3.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>androidx.media3</groupId> | ||
<artifactId>media3-common</artifactId> | ||
<version>1.3.1</version> | ||
<scope>runtime</scope> | ||
<type>aar</type> | ||
</dependency> | ||
</dependencies> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>androidx.media3</groupId> | ||
<artifactId>media3-cast</artifactId> | ||
<versioning> | ||
<latest>1.3.1</latest> | ||
<release>1.3.1</release> | ||
<versions> | ||
<version>1.3.1</version> | ||
</versions> | ||
<lastUpdated>20240410015139</lastUpdated> | ||
</versioning> | ||
</metadata> |
Binary file added
BIN
+389 KB
repo/androidx/media3/media3-common/1.3.1/media3-common-1.3.1-sources.jar
Binary file not shown.
Binary file not shown.
Oops, something went wrong.