From 93526f76ae5fca80c40cf8492bcb550d0dc5f216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:26:15 -0500 Subject: [PATCH] Bump agp from 8.2.0 to 8.2.1 (#40) Bumps `agp` from 8.2.0 to 8.2.1. Updates `com.android.application` from 8.2.0 to 8.2.1 Updates `com.android.library` from 8.2.0 to 8.2.1 --- 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 ... 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 4014ad4..9958783 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "1.9.22" -agp = "8.2.0" +agp = "8.2.1" appcompat = "1.6.1" androidx-core = "1.5.0" androidx-junit = "1.1.5"