Edge to Edge new api (#16)

This commit is contained in:
Android Dev
2024-03-05 15:47:38 -08:00
committed by GitHub
parent ac83068cef
commit 4f5821bd22
4 changed files with 10 additions and 27 deletions

View File

@@ -65,11 +65,11 @@ android {
}
dependencies {
implementation(platform("androidx.compose:compose-bom:2023.08.00"))
implementation("androidx.activity:activity-compose:1.7.2")
implementation(platform("androidx.compose:compose-bom:2023.10.01"))
implementation("androidx.activity:activity-compose:1.8.0")
implementation("androidx.compose.material3:material3")
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.core:core-ktx:1.10.1")
implementation("androidx.core:core-ktx:1.12.0")
debugImplementation("androidx.compose.ui:ui-tooling")
}