Skip to content

Commit

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

chore(deps): update dependency androidx.compose:compose-bom to v2025
  • Loading branch information
dargmuesli authored Jan 16, 2025
2 parents ca8068a + 98c868f commit b52d38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ dependencies {
implementation("androidx.core:core-ktx:1.15.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
implementation("androidx.activity:activity-compose:1.10.0")
implementation(platform("androidx.compose:compose-bom:2024.12.01"))
implementation(platform("androidx.compose:compose-bom:2025.01.00"))
implementation("androidx.compose.ui:ui:1.7.6")
implementation("androidx.compose.ui:ui-graphics:1.7.6")
implementation("androidx.compose.ui:ui-tooling-preview:1.7.6")
Expand All @@ -243,7 +243,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
androidTestImplementation(platform("androidx.compose:compose-bom:2024.12.01"))
androidTestImplementation(platform("androidx.compose:compose-bom:2025.01.00"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.7.6")
debugImplementation("androidx.compose.ui:ui-tooling:1.7.6")
debugImplementation("androidx.compose.ui:ui-test-manifest:1.7.6")
Expand Down

0 comments on commit b52d38f

Please sign in to comment.