Specify androidx.activity:activity-compose as 1.9.0

The Compose BOM doesn't provide this.
https://developer.android.com/develop/ui/compose/bom/bom-mapping
This commit is contained in:
Yuri Schimke 2024-11-15 09:11:08 +00:00 committed by Shahd AbuDaghash
parent e8f60d4fec
commit 10ca39a779

View File

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