Skip to content

Commit

Permalink
Remove publishing for media3-ui-compose temporarily
Browse files Browse the repository at this point in the history
This is due to a missing version error for the `androidx.compose.foundation` dependency.

PiperOrigin-RevId: 707944220
  • Loading branch information
rohitjoins authored and copybara-github committed Dec 19, 2024
1 parent 915130e commit 5c3c3b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libraries/ui_compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 5c3c3b9

Please sign in to comment.