From 204f4362a60c469f7b4dca058362c739bdfd766a Mon Sep 17 00:00:00 2001 From: rohks Date: Thu, 19 Dec 2024 09:52:21 -0800 Subject: [PATCH] Remove publishing for `media3-ui-compose` temporarily This is due to a missing version error for the `androidx.compose.foundation` dependency. PiperOrigin-RevId: 707944220 (cherry picked from commit 5c3c3b91f3acb196f7928405c6baf783ec43a90c) --- libraries/ui_compose/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libraries/ui_compose/build.gradle b/libraries/ui_compose/build.gradle index a551722825a..371674bdcb5 100644 --- a/libraries/ui_compose/build.gradle +++ b/libraries/ui_compose/build.gradle @@ -66,4 +66,6 @@ ext { releaseArtifactId = 'media3-ui-compose' releaseName = 'Media3 UI Compose module' } -apply from: '../../publish.gradle' +// TODO(b/385138624): Add this back once we find a workaround for the missing version error of the +// `androidx.compose.foundation` dependency. +// apply from: '../../publish.gradle'