Skip to content

Commit

Permalink
update compose bom
Browse files Browse the repository at this point in the history
  • Loading branch information
axiel7 committed Aug 10, 2023
1 parent 2e57aaf commit ac27e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {
implementation("androidx.core:core-splashscreen:1.0.1")

//Compose
implementation(platform("androidx.compose:compose-bom:2023.06.01"))
implementation(platform("androidx.compose:compose-bom:2023.08.00"))
implementation("androidx.compose.material3:material3-android:1.2.0-alpha05")
implementation("androidx.compose.ui:ui-tooling-preview")
debugImplementation("androidx.compose.ui:ui-tooling")
Expand Down

0 comments on commit ac27e9b

Please sign in to comment.