Skip to content

Commit e371fe4

Browse files
Bump composeVersion from 1.5.3 to 1.5.4 in /examples
Bumps `composeVersion` from 1.5.3 to 1.5.4. Updates `androidx.compose.foundation:foundation-layout` from 1.5.3 to 1.5.4 Updates `androidx.compose.material:material` from 1.5.3 to 1.5.4 Updates `androidx.compose.runtime:runtime` from 1.5.3 to 1.5.4 Updates `androidx.compose.ui:ui` from 1.5.3 to 1.5.4 --- 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]>
1 parent 64a342f commit e371fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
kotlin("android")
44
}
55

6-
val composeVersion = "1.5.3"
6+
val composeVersion = "1.5.4"
77
val composeCompilerVersion = "1.5.3"
88

99
dependencies {

0 commit comments

Comments
 (0)