From 5bcfb9aee1d3b1a8ac5e1ff61c2786bf780b1b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 11:24:58 +0300 Subject: [PATCH] build(deps): Bump androidx.activity:activity-compose from 1.8.2 to 1.9.0 (#276) Bumps androidx.activity:activity-compose from 1.8.2 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-minor ... 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 66ebcbec..6cf08ac1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ androidBillingClient = "6.2.1" androidDesugar = "2.0.4" # https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google androidPlugin = "8.3.2" -androidxActivity = "1.8.2" +androidxActivity = "1.9.0" androidxAppCompat = "1.7.0-alpha03" androidxAutofill = "1.3.0-alpha01" androidxBaselineProfile = "1.2.4"