Skip to content

Commit

Permalink
Merge pull request #306 from Pxddy/renovate/androidx.compose-compose-…
Browse files Browse the repository at this point in the history
…bom-2025.x

Update dependency androidx.compose:compose-bom to v2025
  • Loading branch information
Pxddy authored Jan 26, 2025
2 parents 5f94c39 + a11f1e8 commit a1b8705
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 @@ -86,7 +86,7 @@ dependencies {

implementation("androidx.core:core-ktx:1.15.0")

val composeBom = platform("androidx.compose:compose-bom:2024.12.01")
val composeBom = platform("androidx.compose:compose-bom:2025.01.00")
implementation(composeBom)
androidTestImplementation(composeBom)
implementation("androidx.compose.ui:ui")
Expand Down

0 comments on commit a1b8705

Please sign in to comment.