Skip to content

Commit

Permalink
chore: bump compose_version from 1.5.1 to 1.6.1 (#48)
Browse files Browse the repository at this point in the history
Bumps `compose_version` from 1.5.1 to 1.6.1.

Updates `androidx.compose.ui:ui` from 1.5.1 to 1.6.1

Updates `androidx.compose.foundation:foundation` from 1.5.1 to 1.6.1

Updates `androidx.compose.runtime:runtime` from 1.5.1 to 1.6.1

Updates `androidx.compose.animation:animation` from 1.5.1 to 1.6.1

---
updated-dependencies:
- dependency-name: androidx.compose.ui:ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.compose.foundation:foundation
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.compose.runtime:runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.compose.animation:animation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 6e27a2f commit c1b81fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

def lifecycle_version = '2.6.2'
def compose_version = '1.5.1'
def compose_version = '1.6.1'
def compose_material3_version = '1.1.2'
def accompanist_version = '0.32.0'

Expand Down

0 comments on commit c1b81fd

Please sign in to comment.