From 073e645461f8da9307427b4f96bb07ef2ff1efc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:12:34 +0000 Subject: [PATCH] Bump androidx.activity:activity-compose from 1.7.2 to 1.8.0 Bumps androidx.activity:activity-compose from 1.7.2 to 1.8.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8bb3fd7e..a5af1aac 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ android-multidex = { module = "com.android.support:multidex", version = "1.0.3" android-plugin = { module = "com.android.tools.build:gradle", version = "8.1.2" } androidx-annotations = { module = "androidx.annotation:annotation", version = "1.7.0" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } -androidx-compose = { module = "androidx.activity:activity-compose", version = "1.7.2" } +androidx-compose = { module = "androidx.activity:activity-compose", version = "1.8.0" } androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.6.2" } androidx-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" }