Skip to content

Commit

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

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

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

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

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

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

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

---
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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and warting committed Apr 7, 2022
1 parent b4f6eb7 commit 0e41fbf
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 @@ -3,7 +3,7 @@ plugins {
id("kotlin-android")
}

val composeVersion = "1.2.0-alpha06"
val composeVersion = "1.2.0-alpha07"

android {
compileSdk = 31
Expand Down
2 changes: 1 addition & 1 deletion inappupdatecompose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val PUBLISH_VERSION: String by extra(rootProject.version as String)
val PUBLISH_ARTIFACT_ID by extra("in-app-update-compose")

apply(from = "${rootProject.projectDir}/gradle/publish-module.gradle")
val composeVersion = "1.2.0-alpha06"
val composeVersion = "1.2.0-alpha07"
android {
compileSdk = 31

Expand Down

0 comments on commit 0e41fbf

Please sign in to comment.