Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency androidx.compose:compose-bom to v2023.09.01
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and AndreaBrighi committed Sep 25, 2023
1 parent 2a9d21d commit 0feeadd
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 @@ -80,7 +80,7 @@ dependencies {
implementation(libs.androidx.lifecycle.livedata.ktx)
implementation(libs.activity.compose)
implementation(libs.navigation.compose)
implementation(platform("androidx.compose:compose-bom:2023.08.00"))
implementation(platform("androidx.compose:compose-bom:2023.09.01"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.compose.ui:ui-tooling-preview")
Expand All @@ -104,7 +104,7 @@ dependencies {
testImplementation(libs.bundles.kotlin.testing)
testImplementation(libs.junit)
androidTestImplementation(libs.bundles.androidTest)
androidTestImplementation(platform("androidx.compose:compose-bom:2023.08.00"))
androidTestImplementation(platform("androidx.compose:compose-bom:2023.09.01"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
Expand Down

0 comments on commit 0feeadd

Please sign in to comment.