mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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
(cherry picked from commit 5c3c3b91f3)
This commit is contained in:
parent
8a16294175
commit
204f4362a6
1 changed files with 3 additions and 1 deletions
|
|
@ -66,4 +66,6 @@ ext {
|
||||||
releaseArtifactId = 'media3-ui-compose'
|
releaseArtifactId = 'media3-ui-compose'
|
||||||
releaseName = 'Media3 UI Compose module'
|
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