Skip to content

Commit

Permalink
Bump compose_version from 1.4.3 to 1.5.4
Browse files Browse the repository at this point in the history
Bumps `compose_version` from 1.4.3 to 1.5.4.

Updates `androidx.compose.ui:ui` from 1.4.3 to 1.5.4

Updates `androidx.compose.material:material` from 1.4.3 to 1.5.4

Updates `androidx.compose.ui:ui-tooling` from 1.4.3 to 1.5.4

Updates `androidx.compose.ui:ui-test-junit4` from 1.4.3 to 1.5.4

---
updated-dependencies:
- dependency-name: androidx.compose.ui:ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.compose.material:material
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.compose.ui:ui-test-junit4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 18, 2023
1 parent f37f5c8 commit 12e7edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = "1.8.10"
ext.compose_version = "1.4.3"
ext.compose_version = "1.5.4"
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 12e7edc

Please sign in to comment.