Skip to content

Commit

Permalink
Update dependency androidx.compose:compose-bom to v2024
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 24, 2024
1 parent f103a95 commit 2713eb5
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 @@ -52,7 +52,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach

dependencies {

implementation(platform("androidx.compose:compose-bom:2023.10.01"))
implementation(platform("androidx.compose:compose-bom:2024.01.00"))

implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.core:core-ktx:1.12.0")
Expand Down

0 comments on commit 2713eb5

Please sign in to comment.