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)
This commit is contained in:
rohks 2024-12-19 09:52:21 -08:00 committed by Rohit Singh
parent 8a16294175
commit 204f4362a6

View File

@ -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'