mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
[ui-compose] Add gradle version to androidx.compose.foundation
This will ensure that the new `ui-compose` module gets published on Maven The fix is not necessary for `demo-effect` and `demo-compose` because they are not publishable PiperOrigin-RevId: 712555702
This commit is contained in:
parent
8fe0b7ac69
commit
575a2ebbd8
@ -53,7 +53,8 @@ dependencies {
|
||||
def composeBom = platform('androidx.compose:compose-bom:2024.12.01')
|
||||
implementation composeBom
|
||||
|
||||
implementation 'androidx.compose.foundation:foundation'
|
||||
// Remove the version number once b/385138624 is fixed, GMaven doesn't resolve the BOM above
|
||||
implementation 'androidx.compose.foundation:foundation:1.7.6'
|
||||
implementation 'androidx.core:core:' + androidxCoreVersion
|
||||
|
||||
testImplementation 'androidx.compose.ui:ui-test'
|
||||
|
Loading…
x
Reference in New Issue
Block a user