Skip to content

Commit

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

Updates `androidx.compose.ui:ui-tooling` from 1.6.4 to 1.6.6

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

Updates `androidx.compose.ui:ui-tooling-preview` from 1.6.4 to 1.6.6

---
updated-dependencies:
- dependency-name: androidx.compose.ui:ui-tooling
  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
- dependency-name: androidx.compose.ui:ui-tooling-preview
  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 30, 2024
1 parent b78e458 commit 80e9d7b
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 @@ -27,7 +27,7 @@ plugins {
}

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

private val appId = "io.github.yamin8000.dooz"
Expand Down

0 comments on commit 80e9d7b

Please sign in to comment.