From cd6ded0eaa532f52b2f11603929954cf7996f54a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 07:34:52 +0000 Subject: [PATCH] [Android]: Bump ui-tooling from 1.0.5 to 1.1.0 Bumps ui-tooling from 1.0.5 to 1.1.0. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-tooling dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- keypasscompose/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5a8d7d64..772540f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -143,7 +143,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.9' - implementation 'androidx.compose.ui:ui-tooling:1.0.5' + implementation 'androidx.compose.ui:ui-tooling:1.1.0' // Foundation (Border, Background, Box, Image, Scroll, shapes, animations, etc.) implementation 'androidx.compose.foundation:foundation:1.1.0' // Material Design diff --git a/keypasscompose/build.gradle b/keypasscompose/build.gradle index 230e01da..8c528d9b 100644 --- a/keypasscompose/build.gradle +++ b/keypasscompose/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'com.google.android.material:material:1.6.0-alpha02' implementation "androidx.compose.ui:ui:1.1.0" implementation "androidx.compose.material:material:1.0.5" - implementation "androidx.compose.ui:ui-tooling-preview:1.0.5" + implementation "androidx.compose.ui:ui-tooling-preview:1.1.0" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1' implementation 'androidx.activity:activity-compose:1.4.0' testImplementation 'junit:junit:4.+'