Skip to content

Commit

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

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

Updates `androidx.compose.material:material-icons-extended` from 1.6.7 to 1.6.8

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.material:material-icons-extended
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent fac433d commit ba7af89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {
//core android
implementation("androidx.core:core-ktx:1.13.1")
//compose core
val composeLibsVersion = "1.6.7"
val composeLibsVersion = "1.6.8"
val composeUiLibsVersion = "1.6.7"
debugImplementation("androidx.compose.ui:ui-tooling:$composeUiLibsVersion")
implementation("androidx.compose.ui:ui:$composeUiLibsVersion")
Expand Down

0 comments on commit ba7af89

Please sign in to comment.