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
(cherry picked from commit 5c3c3b9)
  • Loading branch information
rohitjoins committed Dec 19, 2024
1 parent 8a16294 commit 204f436
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 204f436

Please sign in to comment.