Skip to content

Commit

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

Updates `androidx.compose.material:material` from 1.6.4 to 1.6.6

Updates `androidx.compose.material:material-icons-extended` from 1.6.4 to 1.6.6

---
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] authored Apr 22, 2024
1 parent 6735d0d commit 2c540e0
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 @@ -26,7 +26,7 @@ plugins {
id("kotlin-parcelize")
}

private val composeLibsVersion = "1.6.4"
private val composeLibsVersion = "1.6.6"
private val composeUiLibsVersion = "1.6.4"
private val composeCompilerVersion = "1.5.11"

Expand Down

0 comments on commit 2c540e0

Please sign in to comment.