Skip to content

Commit b73631e

Browse files
author
GitHub Action
committed
build aar
1 parent 5dbb7ae commit b73631e

File tree

145 files changed

+5820
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+5820
-0
lines changed
Binary file not shown.
47.1 KB
Binary file not shown.
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"formatVersion": "1.1",
3+
"component": {
4+
"group": "androidx.media3",
5+
"module": "media3-cast",
6+
"version": "1.5.0",
7+
"attributes": {
8+
"org.gradle.status": "release"
9+
}
10+
},
11+
"createdBy": {
12+
"gradle": {
13+
"version": "8.4"
14+
}
15+
},
16+
"variants": [
17+
{
18+
"name": "releaseVariantReleaseApiPublication",
19+
"attributes": {
20+
"org.gradle.category": "library",
21+
"org.gradle.dependency.bundling": "external",
22+
"org.gradle.libraryelements": "aar",
23+
"org.gradle.usage": "java-api"
24+
},
25+
"dependencies": [
26+
{
27+
"group": "com.google.android.gms",
28+
"module": "play-services-cast-framework",
29+
"version": {
30+
"requires": "21.3.0"
31+
}
32+
}
33+
],
34+
"files": [
35+
{
36+
"name": "media3-cast-1.5.0.aar",
37+
"url": "media3-cast-1.5.0.aar",
38+
"size": 48265,
39+
"sha512": "4c70025914fe470c149abcb234aa2ddde85ff5deda11f4ba9dfb16c47230cc31d94e04f31bb17428e0eb2883d24b9fc70fe6e818031529ae8c47972449e9f212",
40+
"sha256": "2b79f807e32cb755d9c4bee0706821f13eba6565dca6a37161c584d20ab4cd1d",
41+
"sha1": "1e6b3e69cbdeebf42e6312770116744809c02ca7",
42+
"md5": "7b2a4a23bbb3d5ab2695a0f2c6d36195"
43+
}
44+
]
45+
},
46+
{
47+
"name": "releaseVariantReleaseRuntimePublication",
48+
"attributes": {
49+
"org.gradle.category": "library",
50+
"org.gradle.dependency.bundling": "external",
51+
"org.gradle.libraryelements": "aar",
52+
"org.gradle.usage": "java-runtime"
53+
},
54+
"dependencies": [
55+
{
56+
"group": "androidx.annotation",
57+
"module": "annotation",
58+
"version": {
59+
"requires": "1.6.0"
60+
}
61+
},
62+
{
63+
"group": "androidx.media3",
64+
"module": "media3-common",
65+
"version": {
66+
"requires": "1.5.0"
67+
}
68+
},
69+
{
70+
"group": "com.google.android.gms",
71+
"module": "play-services-cast-framework",
72+
"version": {
73+
"requires": "21.3.0"
74+
}
75+
}
76+
],
77+
"files": [
78+
{
79+
"name": "media3-cast-1.5.0.aar",
80+
"url": "media3-cast-1.5.0.aar",
81+
"size": 48265,
82+
"sha512": "4c70025914fe470c149abcb234aa2ddde85ff5deda11f4ba9dfb16c47230cc31d94e04f31bb17428e0eb2883d24b9fc70fe6e818031529ae8c47972449e9f212",
83+
"sha256": "2b79f807e32cb755d9c4bee0706821f13eba6565dca6a37161c584d20ab4cd1d",
84+
"sha1": "1e6b3e69cbdeebf42e6312770116744809c02ca7",
85+
"md5": "7b2a4a23bbb3d5ab2695a0f2c6d36195"
86+
}
87+
]
88+
},
89+
{
90+
"name": "releaseVariantReleaseSourcePublication",
91+
"attributes": {
92+
"org.gradle.category": "documentation",
93+
"org.gradle.dependency.bundling": "external",
94+
"org.gradle.docstype": "sources",
95+
"org.gradle.usage": "java-runtime"
96+
},
97+
"files": [
98+
{
99+
"name": "media3-cast-1.5.0-sources.jar",
100+
"url": "media3-cast-1.5.0-sources.jar",
101+
"size": 25711,
102+
"sha512": "a0ec821b1fe688e48fafbd6b8b29c81382e222457ec71ecbd41473de7a9bdbb20162f7fc132d1a1e1bec57d801ab7c510765fe06a71b76496244aa0d8c2d945b",
103+
"sha256": "c971a6908013e6b1e36150685cf1836b269a50562fd2b7ddae90589e999be364",
104+
"sha1": "c40f4158d4f7b6ce1634c943ca0072c57e7d665f",
105+
"md5": "2bf8f2a8eeb973c0af29e251e4026bdb"
106+
}
107+
]
108+
}
109+
]
110+
}
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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-cast</artifactId>
11+
<version>1.5.0</version>
12+
<packaging>aar</packaging>
13+
<name>Media3 Cast module</name>
14+
<description>Media3 Cast 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>com.google.android.gms</groupId>
34+
<artifactId>play-services-cast-framework</artifactId>
35+
<version>21.3.0</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+
<dependency>
46+
<groupId>androidx.media3</groupId>
47+
<artifactId>media3-common</artifactId>
48+
<version>1.5.0</version>
49+
<scope>runtime</scope>
50+
<type>aar</type>
51+
</dependency>
52+
</dependencies>
53+
</project>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<metadata>
3+
<groupId>androidx.media3</groupId>
4+
<artifactId>media3-cast</artifactId>
5+
<versioning>
6+
<latest>1.5.0</latest>
7+
<release>1.5.0</release>
8+
<versions>
9+
<version>1.5.0</version>
10+
</versions>
11+
<lastUpdated>20241126015915</lastUpdated>
12+
</versioning>
13+
</metadata>
Binary file not shown.
Binary file not shown.
Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
{
2+
"formatVersion": "1.1",
3+
"component": {
4+
"group": "androidx.media3",
5+
"module": "media3-common-ktx",
6+
"version": "1.5.0",
7+
"attributes": {
8+
"org.gradle.status": "release"
9+
}
10+
},
11+
"createdBy": {
12+
"gradle": {
13+
"version": "8.4"
14+
}
15+
},
16+
"variants": [
17+
{
18+
"name": "releaseVariantReleaseApiPublication",
19+
"attributes": {
20+
"org.gradle.category": "library",
21+
"org.gradle.dependency.bundling": "external",
22+
"org.gradle.libraryelements": "aar",
23+
"org.gradle.usage": "java-api"
24+
},
25+
"dependencies": [
26+
{
27+
"group": "androidx.media3",
28+
"module": "media3-common",
29+
"version": {
30+
"requires": "1.5.0"
31+
}
32+
},
33+
{
34+
"group": "org.jetbrains.kotlin",
35+
"module": "kotlin-stdlib-jdk8",
36+
"version": {
37+
"requires": "1.9.10"
38+
}
39+
}
40+
],
41+
"files": [
42+
{
43+
"name": "media3-common-ktx-1.5.0.aar",
44+
"url": "media3-common-ktx-1.5.0.aar",
45+
"size": 11850,
46+
"sha512": "1e4fbad2fccea433509474d970bbda0d4506a6f9a1adcb4c729d746d745be191095647bc270c70ac2aca25e802c3bdca3145c6089c77feab90b5380a7f3ae92e",
47+
"sha256": "21b64a192651e52c629c1a50725e971b340166849b03520708bd9a263ea6ef8c",
48+
"sha1": "8c9ea0cc9172fd2b229c81bc112a4874d11fdd95",
49+
"md5": "1e261c7ef2b9aa6fab1eef59338ccaf9"
50+
}
51+
]
52+
},
53+
{
54+
"name": "releaseVariantReleaseRuntimePublication",
55+
"attributes": {
56+
"org.gradle.category": "library",
57+
"org.gradle.dependency.bundling": "external",
58+
"org.gradle.libraryelements": "aar",
59+
"org.gradle.usage": "java-runtime"
60+
},
61+
"dependencies": [
62+
{
63+
"group": "androidx.media3",
64+
"module": "media3-exoplayer",
65+
"version": {
66+
"requires": "1.5.0"
67+
}
68+
},
69+
{
70+
"group": "androidx.core",
71+
"module": "core",
72+
"version": {
73+
"requires": "1.8.0"
74+
}
75+
},
76+
{
77+
"group": "org.jetbrains.kotlinx",
78+
"module": "kotlinx-coroutines-core",
79+
"version": {
80+
"requires": "1.8.1"
81+
}
82+
},
83+
{
84+
"group": "org.jetbrains.kotlinx",
85+
"module": "kotlinx-coroutines-android",
86+
"version": {
87+
"requires": "1.8.1"
88+
}
89+
},
90+
{
91+
"group": "androidx.media3",
92+
"module": "media3-common",
93+
"version": {
94+
"requires": "1.5.0"
95+
}
96+
},
97+
{
98+
"group": "org.jetbrains.kotlin",
99+
"module": "kotlin-stdlib-jdk8",
100+
"version": {
101+
"requires": "1.9.10"
102+
}
103+
}
104+
],
105+
"files": [
106+
{
107+
"name": "media3-common-ktx-1.5.0.aar",
108+
"url": "media3-common-ktx-1.5.0.aar",
109+
"size": 11850,
110+
"sha512": "1e4fbad2fccea433509474d970bbda0d4506a6f9a1adcb4c729d746d745be191095647bc270c70ac2aca25e802c3bdca3145c6089c77feab90b5380a7f3ae92e",
111+
"sha256": "21b64a192651e52c629c1a50725e971b340166849b03520708bd9a263ea6ef8c",
112+
"sha1": "8c9ea0cc9172fd2b229c81bc112a4874d11fdd95",
113+
"md5": "1e261c7ef2b9aa6fab1eef59338ccaf9"
114+
}
115+
]
116+
},
117+
{
118+
"name": "releaseVariantReleaseSourcePublication",
119+
"attributes": {
120+
"org.gradle.category": "documentation",
121+
"org.gradle.dependency.bundling": "external",
122+
"org.gradle.docstype": "sources",
123+
"org.gradle.usage": "java-runtime"
124+
},
125+
"files": [
126+
{
127+
"name": "media3-common-ktx-1.5.0-sources.jar",
128+
"url": "media3-common-ktx-1.5.0-sources.jar",
129+
"size": 2656,
130+
"sha512": "172e4c6362e430ee526ba1172349504d98d0e205b251de49cca45aad7867a61fefc285e9af2d2343a3dfd0e0e6f11aa4780cba9a328df5d851f2f194d77b3974",
131+
"sha256": "652abd7be760c3504bafabf5c475cfcdfdf5e66eb4730de2fd652034b34fe31f",
132+
"sha1": "d707452d222fe06d37e5aced0b58ea34f488dc9c",
133+
"md5": "af04e3097eafa1b777148023e0cf14e2"
134+
}
135+
]
136+
}
137+
]
138+
}
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
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-ktx</artifactId>
11+
<version>1.5.0</version>
12+
<packaging>aar</packaging>
13+
<name>Media3 common KTX module</name>
14+
<description>Media3 common KTX 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</version>
36+
<scope>compile</scope>
37+
<type>aar</type>
38+
</dependency>
39+
<dependency>
40+
<groupId>org.jetbrains.kotlin</groupId>
41+
<artifactId>kotlin-stdlib-jdk8</artifactId>
42+
<version>1.9.10</version>
43+
<scope>compile</scope>
44+
</dependency>
45+
<dependency>
46+
<groupId>androidx.media3</groupId>
47+
<artifactId>media3-exoplayer</artifactId>
48+
<version>1.5.0</version>
49+
<scope>runtime</scope>
50+
<type>aar</type>
51+
</dependency>
52+
<dependency>
53+
<groupId>androidx.core</groupId>
54+
<artifactId>core</artifactId>
55+
<version>1.8.0</version>
56+
<scope>runtime</scope>
57+
<type>aar</type>
58+
</dependency>
59+
<dependency>
60+
<groupId>org.jetbrains.kotlinx</groupId>
61+
<artifactId>kotlinx-coroutines-core</artifactId>
62+
<version>1.8.1</version>
63+
<scope>runtime</scope>
64+
</dependency>
65+
<dependency>
66+
<groupId>org.jetbrains.kotlinx</groupId>
67+
<artifactId>kotlinx-coroutines-android</artifactId>
68+
<version>1.8.1</version>
69+
<scope>runtime</scope>
70+
</dependency>
71+
</dependencies>
72+
</project>

0 commit comments

Comments
 (0)