Skip to content

Commit

Permalink
Bump the compose group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the compose group with 4 updates: androidx.compose.foundation:foundation-layout, androidx.compose.ui:ui, androidx.compose.ui:ui-tooling-preview and androidx.compose.ui:ui-tooling.


Updates `androidx.compose.foundation:foundation-layout` from 1.7.3 to 1.7.4

Updates `androidx.compose.ui:ui` from 1.7.3 to 1.7.4

Updates `androidx.compose.ui:ui-tooling-preview` from 1.7.3 to 1.7.4

Updates `androidx.compose.ui:ui-tooling` from 1.7.3 to 1.7.4

---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation-layout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compose
- dependency-name: androidx.compose.ui:ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compose
- dependency-name: androidx.compose.ui:ui-tooling-preview
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compose
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compose
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and luk1337 committed Oct 17, 2024
1 parent 6760493 commit 21edfb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ dependencies {

// AndroidX
implementation("androidx.activity:activity-compose:1.9.2")
implementation("androidx.compose.foundation:foundation-layout:1.7.3")
implementation("androidx.compose.ui:ui:1.7.3")
implementation("androidx.compose.ui:ui-tooling-preview:1.7.3")
debugImplementation("androidx.compose.ui:ui-tooling:1.7.3")
implementation("androidx.compose.foundation:foundation-layout:1.7.4")
implementation("androidx.compose.ui:ui:1.7.4")
implementation("androidx.compose.ui:ui-tooling-preview:1.7.4")
debugImplementation("androidx.compose.ui:ui-tooling:1.7.4")
implementation("androidx.compose.material3:material3:1.3.0")
implementation("androidx.preference:preference-ktx:1.2.1")

Expand Down

0 comments on commit 21edfb5

Please sign in to comment.