mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
[ui-compose] Move ComposeBom from implementation to api
PlayerSurface exposing the Modifier argument means the gradle dependency needs to be stricter #cherrypick PiperOrigin-RevId: 734237616
This commit is contained in:
parent
96d98a24fc
commit
8dcfa1afbe
@ -51,11 +51,10 @@ dependencies {
|
|||||||
api project(modulePrefix + 'lib-common-ktx')
|
api project(modulePrefix + 'lib-common-ktx')
|
||||||
|
|
||||||
def composeBom = platform('androidx.compose:compose-bom:2024.12.01')
|
def composeBom = platform('androidx.compose:compose-bom:2024.12.01')
|
||||||
implementation composeBom
|
api composeBom
|
||||||
|
|
||||||
// Remove the version number once b/385138624 is fixed, GMaven doesn't resolve the BOM above
|
// Remove the version number once b/385138624 is fixed, GMaven doesn't resolve the BOM above
|
||||||
implementation 'androidx.compose.foundation:foundation:1.7.6'
|
api 'androidx.compose.foundation:foundation:1.7.6'
|
||||||
implementation 'androidx.core:core:' + androidxCoreVersion
|
|
||||||
|
|
||||||
testImplementation 'androidx.compose.ui:ui-test'
|
testImplementation 'androidx.compose.ui:ui-test'
|
||||||
testImplementation 'androidx.compose.ui:ui-test-junit4'
|
testImplementation 'androidx.compose.ui:ui-test-junit4'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user