From bbc4377f6531c6f05f153da2bfdba94f7f93196c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:54:47 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-compose to v1.8.0 --- 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 5a3f782..110a471 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ junit = "4.13.2" androidx-test-ext-junit = "1.1.5" espresso-core = "3.5.1" lifecycle-runtime-ktx = "2.6.1" -activity-compose = "1.7.2" +activity-compose = "1.8.0" compose-bom = "2023.06.01" dagger-hilt = "2.47"