Merge pull request #1889 from yschimke:fix_build

PiperOrigin-RevId: 702323944
This commit is contained in:
Copybara-Service 2024-12-03 06:56:53 -08:00
commit 9a3dc3f03a

View File

@ -69,7 +69,7 @@ dependencies {
def composeBom = platform('androidx.compose:compose-bom:2024.10.00') def composeBom = platform('androidx.compose:compose-bom:2024.10.00')
implementation composeBom implementation composeBom
implementation 'androidx.activity:activity-compose' implementation 'androidx.activity:activity-compose:1.9.0'
implementation 'androidx.compose.foundation:foundation' implementation 'androidx.compose.foundation:foundation'
implementation 'androidx.compose.material3:material3' implementation 'androidx.compose.material3:material3'
implementation 'com.google.android.material:material:' + androidxMaterialVersion implementation 'com.google.android.material:material:' + androidxMaterialVersion