Skip to content

Commit

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

Updates `ui` from 1.2.0-alpha07 to 1.2.0-beta01

Updates `material` from 1.2.0-alpha07 to 1.2.0-beta01

Updates `ui-tooling-preview` from 1.2.0-alpha07 to 1.2.0-beta01

Updates `ui-test-junit4` from 1.2.0-alpha07 to 1.2.0-beta01

Updates `ui-tooling` from 1.2.0-alpha07 to 1.2.0-beta01

Updates `runtime` from 1.2.0-alpha07 to 1.2.0-beta01

Updates `foundation-layout` from 1.2.0-alpha07 to 1.2.0-beta01

Updates `material-icons-extended` from 1.2.0-alpha07 to 1.2.0-beta01

Updates `animation` from 1.2.0-alpha07 to 1.2.0-beta01

Updates `runtime-livedata` from 1.2.0-alpha07 to 1.2.0-beta01

Updates `ui-text` from 1.2.0-alpha07 to 1.2.0-beta01

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and warting committed May 14, 2022
1 parent 609bcdb commit 7b2d477
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-alpha07"
val composeVersion = "1.2.0-beta01"

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-alpha07"
val composeVersion = "1.2.0-beta01"

android {
compileSdk = 31
Expand Down

0 comments on commit 7b2d477

Please sign in to comment.