From 9c476c09878dbd481a0a3bc76803c1b320fe29fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:01:29 +0300 Subject: [PATCH] build(deps): Bump androidPlugin from 8.5.1 to 8.5.2 (#523) Bumps `androidPlugin` from 8.5.1 to 8.5.2. Updates `com.android.application` from 8.5.1 to 8.5.2 Updates `com.android.library` from 8.5.1 to 8.5.2 Updates `com.android.test` from 8.5.1 to 8.5.2 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.test 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 06f997c..fbda510 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ androidBillingClient = "7.0.0" # https://mvnrepository.com/artifact/com.android.tools/desugar_jdk_libs androidDesugar = "2.0.4" # https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google -androidPlugin = "8.5.1" +androidPlugin = "8.5.2" androidxActivity = "1.9.1" androidxAppCompat = "1.7.0" androidxAutofill = "1.3.0-alpha01"