Skip to content

Commit

Permalink
Bump composeVersion from 1.5.1 to 1.6.7
Browse files Browse the repository at this point in the history
Bumps `composeVersion` from 1.5.1 to 1.6.7.

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

Updates `androidx.compose.ui:ui-tooling` from 1.5.1 to 1.6.7

Updates `androidx.compose.material:material` from 1.5.1 to 1.6.7

---
updated-dependencies:
- dependency-name: androidx.compose.ui:ui
  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.material:material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 3, 2024
1 parent 73daf7e commit 279bc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -7,7 +7,7 @@ buildscript {
libraryVersion = "$VERSION"
libraryVersionCode = Integer.parseInt(rootProject.properties["VERSION_CODE"])
kotlinVersion = '1.9.0'
composeVersion = '1.5.1'
composeVersion = '1.6.7'
}
repositories {
google()
Expand Down

0 comments on commit 279bc43

Please sign in to comment.