Skip to content

Commit

Permalink
Bump compose_version from 1.0.5 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps `compose_version` from 1.0.5 to 1.1.0.

Updates `ui` from 1.0.5 to 1.1.0

Updates `material` from 1.0.5 to 1.1.0

Updates `ui-tooling-preview` from 1.0.5 to 1.1.0

Updates `ui-test-junit4` from 1.0.5 to 1.1.0

Updates `ui-tooling` from 1.0.5 to 1.1.0

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2022
1 parent 72542c4 commit 8464efb
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 @@ -69,7 +69,7 @@ android {

dependencies {

val compose_version = "1.0.5"
val compose_version = "1.1.0"

implementation("androidx.core:core-ktx:1.7.0")
implementation("androidx.appcompat:appcompat:1.4.1")
Expand Down

0 comments on commit 8464efb

Please sign in to comment.