From 97561cce183f2885e51c9da34518fccdb42ff797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:32:53 +0000 Subject: [PATCH] Bump androidx.compose.ui:ui-tooling from 1.5.0 to 1.5.1 Bumps androidx.compose.ui:ui-tooling from 1.5.0 to 1.5.1. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-tooling dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 450ebc1..f6c058d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation "com.google.accompanist:accompanist-swiperefresh:0.32.0" implementation "androidx.compose.ui:ui:1.5.0" implementation "androidx.compose.material:material:1.5.0" - implementation "androidx.compose.ui:ui-tooling:1.5.0" + implementation "androidx.compose.ui:ui-tooling:1.5.1" //implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1' implementation 'androidx.activity:activity-compose:1.7.2'