[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:
jbibik 2025-01-06 09:31:46 -08:00 committed by Copybara-Service
parent 8fe0b7ac69
commit 575a2ebbd8

View File

@ -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'