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.7 to 1.7.8

Updates `androidx.compose.ui:ui` from 1.7.7 to 1.7.8

Updates `androidx.compose.ui:ui-tooling-preview` from 1.7.7 to 1.7.8

Updates `androidx.compose.ui:ui-tooling` from 1.7.7 to 1.7.8

---
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 Feb 13, 2025
1 parent 81d54b4 commit 827002a
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.10.0")
implementation("androidx.compose.foundation:foundation-layout:1.7.7")
implementation("androidx.compose.ui:ui:1.7.7")
implementation("androidx.compose.ui:ui-tooling-preview:1.7.7")
debugImplementation("androidx.compose.ui:ui-tooling:1.7.7")
implementation("androidx.compose.foundation:foundation-layout:1.7.8")
implementation("androidx.compose.ui:ui:1.7.8")
implementation("androidx.compose.ui:ui-tooling-preview:1.7.8")
debugImplementation("androidx.compose.ui:ui-tooling:1.7.8")
implementation("androidx.compose.material3:material3:1.3.1")
implementation("androidx.preference:preference-ktx:1.2.1")

Expand Down

0 comments on commit 827002a

Please sign in to comment.