Skip to content

Commit

Permalink
Update dependency androidx.compose:compose-bom to v2023.10.00
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent 415cfc3 commit 5caeaac
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 @@ -46,7 +46,7 @@ android {

dependencies {
implementation("androidx.navigation:navigation-runtime-ktx:2.6.0")
val composeBom = platform("androidx.compose:compose-bom:2023.06.01")
val composeBom = platform("androidx.compose:compose-bom:2023.10.00")
implementation(composeBom)
implementation(project(":gallery-picker"))
implementation("androidx.activity:activity-compose:1.7.2")
Expand Down

0 comments on commit 5caeaac

Please sign in to comment.