From 486e288ea5439efc38e2a4189d4bef22d0b9bcd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 17:53:03 +0000 Subject: [PATCH] Bump androidx.compose.ui:ui from 1.4.3 to 1.5.0 Bumps androidx.compose.ui:ui from 1.4.3 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 95556de..aea1384 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,9 +79,9 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.9.0' implementation "com.google.accompanist:accompanist-swiperefresh:0.30.1" - implementation "androidx.compose.ui:ui:1.4.3" + implementation "androidx.compose.ui:ui:1.5.0" implementation "androidx.compose.material:material:1.4.3" - implementation "androidx.compose.ui:ui-tooling:1.4.3" + implementation "androidx.compose.ui:ui-tooling:1.5.0" //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'