Skip to content

Commit cb2f2ce

Browse files
author
GitHub Action
committed
build aar
1 parent 8ec4b58 commit cb2f2ce

File tree

170 files changed

+7062
-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.

170 files changed

+7062
-0
lines changed
Binary file not shown.
47.3 KB
Binary file not shown.
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
{
2+
"formatVersion": "1.1",
3+
"component": {
4+
"group": "androidx.media3",
5+
"module": "media3-cast",
6+
"version": "1.6.1",
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.5.0"
31+
}
32+
},
33+
{
34+
"group": "androidx.media3",
35+
"module": "media3-common",
36+
"version": {
37+
"requires": "1.6.1"
38+
}
39+
}
40+
],
41+
"files": [
42+
{
43+
"name": "media3-cast-1.6.1.aar",
44+
"url": "media3-cast-1.6.1.aar",
45+
"size": 48484,
46+
"sha512": "b80a125b964fa9965221855f676c115b02fd50f0b69ff18090098eb2488d990849d104046ffc2341a9ad6dafb9ab176b60eb984c635eae52563653235d44870d",
47+
"sha256": "b80bfc8f8448526d7c5f3148ad0c4248806c66fe7c8d08c5d71c6f2a83c0c246",
48+
"sha1": "9297c83c6399d09bcb8f52ad0c00ba7ba343f2fe",
49+
"md5": "6051746ce73f480a82bbda8153237076"
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.annotation",
64+
"module": "annotation",
65+
"version": {
66+
"requires": "1.6.0"
67+
}
68+
},
69+
{
70+
"group": "com.google.android.gms",
71+
"module": "play-services-cast-framework",
72+
"version": {
73+
"requires": "21.5.0"
74+
}
75+
},
76+
{
77+
"group": "androidx.media3",
78+
"module": "media3-common",
79+
"version": {
80+
"requires": "1.6.1"
81+
}
82+
}
83+
],
84+
"files": [
85+
{
86+
"name": "media3-cast-1.6.1.aar",
87+
"url": "media3-cast-1.6.1.aar",
88+
"size": 48484,
89+
"sha512": "b80a125b964fa9965221855f676c115b02fd50f0b69ff18090098eb2488d990849d104046ffc2341a9ad6dafb9ab176b60eb984c635eae52563653235d44870d",
90+
"sha256": "b80bfc8f8448526d7c5f3148ad0c4248806c66fe7c8d08c5d71c6f2a83c0c246",
91+
"sha1": "9297c83c6399d09bcb8f52ad0c00ba7ba343f2fe",
92+
"md5": "6051746ce73f480a82bbda8153237076"
93+
}
94+
]
95+
},
96+
{
97+
"name": "releaseVariantReleaseSourcePublication",
98+
"attributes": {
99+
"org.gradle.category": "documentation",
100+
"org.gradle.dependency.bundling": "external",
101+
"org.gradle.docstype": "sources",
102+
"org.gradle.usage": "java-runtime"
103+
},
104+
"files": [
105+
{
106+
"name": "media3-cast-1.6.1-sources.jar",
107+
"url": "media3-cast-1.6.1-sources.jar",
108+
"size": 25735,
109+
"sha512": "786d53991fe6b4ba91fe72a3c9938cd7456ca9cdca093f7c16f229a5854ce23fee6a3b3e90d659dc4bf22e18e0face2573ddeb117617befecd94d72ea01cb4e5",
110+
"sha256": "2f05798896f9a3e8dfc4444802239f0b116ba231fc73c2399c8c76314b6694eb",
111+
"sha1": "4396e27b3cb6748a8f43100bc1e0c3f9866c1ddd",
112+
"md5": "4e68302989ca5dab463f8b15757fa0b6"
113+
}
114+
]
115+
}
116+
]
117+
}
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.6.1</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.5.0</version>
36+
<scope>compile</scope>
37+
<type>aar</type>
38+
</dependency>
39+
<dependency>
40+
<groupId>androidx.media3</groupId>
41+
<artifactId>media3-common</artifactId>
42+
<version>1.6.1</version>
43+
<scope>compile</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+
</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.6.1</latest>
7+
<release>1.6.1</release>
8+
<versions>
9+
<version>1.6.1</version>
10+
</versions>
11+
<lastUpdated>20250416045246</lastUpdated>
12+
</versioning>
13+
</metadata>
Binary file not shown.
Binary file not shown.
Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
{
2+
"formatVersion": "1.1",
3+
"component": {
4+
"group": "androidx.media3",
5+
"module": "media3-common-ktx",
6+
"version": "1.6.1",
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.6.1"
31+
}
32+
},
33+
{
34+
"group": "org.jetbrains.kotlin",
35+
"module": "kotlin-stdlib",
36+
"version": {
37+
"requires": "2.0.20"
38+
}
39+
}
40+
],
41+
"files": [
42+
{
43+
"name": "media3-common-ktx-1.6.1.aar",
44+
"url": "media3-common-ktx-1.6.1.aar",
45+
"size": 11521,
46+
"sha512": "f7f1882fe68e35b425020bf62fe409f4c00b22ebf9827c97a84c43de4c1f482038b584376230104cfc280a6def6945684f97c40d00db1c0c2477544993bee421",
47+
"sha256": "b3846e76290bac4e54f49bc7689c3bd122d71911feeb777d81b777fdbf58e442",
48+
"sha1": "291de02aeddc0c586007918dd6fed4ab77646ba5",
49+
"md5": "7bbb5b3679edccb4a4c76862ce805539"
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.core",
64+
"module": "core",
65+
"version": {
66+
"requires": "1.8.0"
67+
}
68+
},
69+
{
70+
"group": "org.jetbrains.kotlinx",
71+
"module": "kotlinx-coroutines-core",
72+
"version": {
73+
"requires": "1.9.0"
74+
}
75+
},
76+
{
77+
"group": "org.jetbrains.kotlinx",
78+
"module": "kotlinx-coroutines-android",
79+
"version": {
80+
"requires": "1.9.0"
81+
}
82+
},
83+
{
84+
"group": "androidx.media3",
85+
"module": "media3-common",
86+
"version": {
87+
"requires": "1.6.1"
88+
}
89+
},
90+
{
91+
"group": "org.jetbrains.kotlin",
92+
"module": "kotlin-stdlib",
93+
"version": {
94+
"requires": "2.0.20"
95+
}
96+
}
97+
],
98+
"files": [
99+
{
100+
"name": "media3-common-ktx-1.6.1.aar",
101+
"url": "media3-common-ktx-1.6.1.aar",
102+
"size": 11521,
103+
"sha512": "f7f1882fe68e35b425020bf62fe409f4c00b22ebf9827c97a84c43de4c1f482038b584376230104cfc280a6def6945684f97c40d00db1c0c2477544993bee421",
104+
"sha256": "b3846e76290bac4e54f49bc7689c3bd122d71911feeb777d81b777fdbf58e442",
105+
"sha1": "291de02aeddc0c586007918dd6fed4ab77646ba5",
106+
"md5": "7bbb5b3679edccb4a4c76862ce805539"
107+
}
108+
]
109+
},
110+
{
111+
"name": "releaseVariantReleaseSourcePublication",
112+
"attributes": {
113+
"org.gradle.category": "documentation",
114+
"org.gradle.dependency.bundling": "external",
115+
"org.gradle.docstype": "sources",
116+
"org.gradle.usage": "java-runtime"
117+
},
118+
"files": [
119+
{
120+
"name": "media3-common-ktx-1.6.1-sources.jar",
121+
"url": "media3-common-ktx-1.6.1-sources.jar",
122+
"size": 2656,
123+
"sha512": "172e4c6362e430ee526ba1172349504d98d0e205b251de49cca45aad7867a61fefc285e9af2d2343a3dfd0e0e6f11aa4780cba9a328df5d851f2f194d77b3974",
124+
"sha256": "652abd7be760c3504bafabf5c475cfcdfdf5e66eb4730de2fd652034b34fe31f",
125+
"sha1": "d707452d222fe06d37e5aced0b58ea34f488dc9c",
126+
"md5": "af04e3097eafa1b777148023e0cf14e2"
127+
}
128+
]
129+
}
130+
]
131+
}
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
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.6.1</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.6.1</version>
36+
<scope>compile</scope>
37+
<type>aar</type>
38+
</dependency>
39+
<dependency>
40+
<groupId>org.jetbrains.kotlin</groupId>
41+
<artifactId>kotlin-stdlib</artifactId>
42+
<version>2.0.20</version>
43+
<scope>compile</scope>
44+
</dependency>
45+
<dependency>
46+
<groupId>androidx.core</groupId>
47+
<artifactId>core</artifactId>
48+
<version>1.8.0</version>
49+
<scope>runtime</scope>
50+
<type>aar</type>
51+
</dependency>
52+
<dependency>
53+
<groupId>org.jetbrains.kotlinx</groupId>
54+
<artifactId>kotlinx-coroutines-core</artifactId>
55+
<version>1.9.0</version>
56+
<scope>runtime</scope>
57+
</dependency>
58+
<dependency>
59+
<groupId>org.jetbrains.kotlinx</groupId>
60+
<artifactId>kotlinx-coroutines-android</artifactId>
61+
<version>1.9.0</version>
62+
<scope>runtime</scope>
63+
</dependency>
64+
</dependencies>
65+
</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-common-ktx</artifactId>
5+
<versioning>
6+
<latest>1.6.1</latest>
7+
<release>1.6.1</release>
8+
<versions>
9+
<version>1.6.1</version>
10+
</versions>
11+
<lastUpdated>20250416045258</lastUpdated>
12+
</versioning>
13+
</metadata>

0 commit comments

Comments
 (0)