Skip to content

Commit

Permalink
Update dependency androidx.compose:compose-bom to v2023.10.01 (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 3d3f0fa commit e6e9879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
attribute(Bundling.BUNDLING_ATTRIBUTE, getObjects().named(Bundling, Bundling.EXTERNAL))
}
}
implementation platform('androidx.compose:compose-bom:2023.04.00')
implementation platform('androidx.compose:compose-bom:2023.10.01')
implementation "androidx.compose.foundation:foundation"
implementation "androidx.compose.material:material"
implementation "androidx.compose.runtime:runtime"
Expand Down

0 comments on commit e6e9879

Please sign in to comment.