Skip to content

Commit

Permalink
Update dependency androidx.compose:compose-bom to v2023.08.00
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 415cfc3 commit 1a57d85
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.08.00")
implementation(composeBom)
implementation(project(":gallery-picker"))
implementation("androidx.activity:activity-compose:1.7.2")
Expand Down

0 comments on commit 1a57d85

Please sign in to comment.