Skip to content

Commit

Permalink
Bump compose-bom from 2022.10.00 to 2022.11.00
Browse files Browse the repository at this point in the history
Bumps compose-bom from 2022.10.00 to 2022.11.00.

---
updated-dependencies:
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and warting committed Nov 10, 2022
1 parent 6dcc038 commit 4c0c2eb
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 @@ -70,7 +70,7 @@ android {

dependencies {

val composeBom = platform("androidx.compose:compose-bom:2022.10.00")
val composeBom = platform("androidx.compose:compose-bom:2022.11.00")
implementation(composeBom)
androidTestImplementation(composeBom)

Expand Down

0 comments on commit 4c0c2eb

Please sign in to comment.