Skip to content

Commit 204f436

Browse files
committed
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 5c3c3b9)
1 parent 8a16294 commit 204f436

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libraries/ui_compose/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,6 @@ ext {
6666
releaseArtifactId = 'media3-ui-compose'
6767
releaseName = 'Media3 UI Compose module'
6868
}
69-
apply from: '../../publish.gradle'
69+
// TODO(b/385138624): Add this back once we find a workaround for the missing version error of the
70+
// `androidx.compose.foundation` dependency.
71+
// apply from: '../../publish.gradle'

0 commit comments

Comments
 (0)