mirror of
https://github.com/samsonjs/media.git
synced 2026-04-20 13:45:47 +00:00
Remove publishing for media3-ui-compose temporarily
This is due to a missing version error for the `androidx.compose.foundation` dependency. PiperOrigin-RevId: 707944220
This commit is contained in:
parent
915130eb00
commit
5c3c3b91f3
1 changed files with 3 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue