From 98f52a1dbbda751814367cbf73e8ea436d76b2b9 Mon Sep 17 00:00:00 2001 From: rohks Date: Wed, 29 Jan 2025 07:31:06 -0800 Subject: [PATCH] Rollback of https://github.com/androidx/media/commit/5c3c3b91f3acb196f7928405c6baf783ec43a90c PiperOrigin-RevId: 720968647 --- libraries/ui_compose/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/ui_compose/build.gradle b/libraries/ui_compose/build.gradle index e6f09c0eda..3028249d3f 100644 --- a/libraries/ui_compose/build.gradle +++ b/libraries/ui_compose/build.gradle @@ -67,6 +67,4 @@ ext { releaseArtifactId = 'media3-ui-compose' releaseName = 'Media3 UI Compose module' } -// 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' +apply from: '../../publish.gradle'