Skip to content

Commit

Permalink
Bump composeVersion from 1.5.2 to 1.5.3 in /examples
Browse files Browse the repository at this point in the history
Bumps `composeVersion` from 1.5.2 to 1.5.3.

Updates `androidx.compose.foundation:foundation-layout` from 1.5.2 to 1.5.3

Updates `androidx.compose.material:material` from 1.5.2 to 1.5.3

Updates `androidx.compose.runtime:runtime` from 1.5.2 to 1.5.3

Updates `androidx.compose.ui:ui` from 1.5.2 to 1.5.3

---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation-layout
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.material:material
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.runtime:runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent a154f72 commit 9ac2d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
kotlin("android")
}

val composeVersion = "1.5.2"
val composeVersion = "1.5.3"
val composeCompilerVersion = "1.5.3"

dependencies {
Expand Down

0 comments on commit 9ac2d13

Please sign in to comment.