Skip to content

Commit

Permalink
Bump composeVersion from 1.2.0-alpha05 to 1.2.0-alpha06
Browse files Browse the repository at this point in the history
Bumps `composeVersion` from 1.2.0-alpha05 to 1.2.0-alpha06.

Updates `ui` from 1.2.0-alpha05 to 1.2.0-alpha06

Updates `material` from 1.2.0-alpha05 to 1.2.0-alpha06

Updates `ui-tooling-preview` from 1.2.0-alpha05 to 1.2.0-alpha06

Updates `ui-test-junit4` from 1.2.0-alpha05 to 1.2.0-alpha06

Updates `ui-tooling` from 1.2.0-alpha05 to 1.2.0-alpha06

Updates `runtime` from 1.2.0-alpha05 to 1.2.0-alpha06

Updates `foundation-layout` from 1.2.0-alpha05 to 1.2.0-alpha06

Updates `material-icons-extended` from 1.2.0-alpha05 to 1.2.0-alpha06

Updates `animation` from 1.2.0-alpha05 to 1.2.0-alpha06

Updates `runtime-livedata` from 1.2.0-alpha05 to 1.2.0-alpha06

Updates `ui-text` from 1.2.0-alpha05 to 1.2.0-alpha06

---
updated-dependencies:
- dependency-name: androidx.compose.ui:ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.material:material
  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
- dependency-name: androidx.compose.ui:ui-test-junit4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.runtime:runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.foundation:foundation-layout
  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
- dependency-name: androidx.compose.animation:animation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.runtime:runtime-livedata
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.ui:ui-text
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Mar 24, 2022
1 parent 2a6a8aa commit 65efd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("kotlin-android")
}

val composeVersion = "1.2.0-alpha05"
val composeVersion = "1.2.0-alpha06"

android {
compileSdk = 31
Expand Down
2 changes: 1 addition & 1 deletion permissionsui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val PUBLISH_ARTIFACT_ID by extra("permissionsui")

apply(from = "${rootProject.projectDir}/gradle/publish-module.gradle")

val composeVersion = "1.2.0-alpha05"
val composeVersion = "1.2.0-alpha06"

android {
compileSdk = 31
Expand Down

0 comments on commit 65efd5c

Please sign in to comment.