From 1cb11e6c812107c64c8bd35a25311b8d8f64080f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:34:22 +0000 Subject: [PATCH] build(deps): bump androidx.activity:activity-compose from 1.6.1 to 1.8.1 Bumps androidx.activity:activity-compose from 1.6.1 to 1.8.1. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 32f2992501..4a51ca46b9 100644 --- a/settings.gradle +++ b/settings.gradle @@ -24,7 +24,7 @@ dependencyResolutionManagement { library("compose-runtime-runtime-livedata", "androidx.compose.runtime:runtime-livedata:1.3.3") library("android-material-compose-theme-adapter", "com.google.android.material:compose-theme-adapter:1.1.16") library("accompanist-swiperefresh", "com.google.accompanist:accompanist-swiperefresh:0.25.1") - library("activity-compose", "androidx.activity:activity-compose:1.6.1") + library("activity-compose", "androidx.activity:activity-compose:1.8.1") library("accompanist-pager", "com.google.accompanist:accompanist-pager:0.14.0") library("accompanist-pager-indicators", "com.google.accompanist:accompanist-pager-indicators:0.14.0")