From 26e4141b6a9dbc3ddd7904c9201141d8ec72fb72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:33:06 +0300 Subject: [PATCH] build(deps): Bump androidx.activity:activity-compose from 1.9.0 to 1.9.1 (#486) Bumps androidx.activity:activity-compose from 1.9.0 to 1.9.1. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e0ccda8..c0e8369 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ androidBillingClient = "7.0.0" androidDesugar = "2.0.4" # https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google androidPlugin = "8.5.1" -androidxActivity = "1.9.0" +androidxActivity = "1.9.1" androidxAppCompat = "1.7.0" androidxAutofill = "1.3.0-alpha01" androidxBaselineProfile = "1.2.4"