diff --git a/libraries/ui_compose/build.gradle b/libraries/ui_compose/build.gradle index a551722825..371674bdcb 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'