From 1673602005000141f9ef1a87b3d6b3120b6d163a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:41:08 +0000 Subject: [PATCH] build(deps): bump com.android.application in the gradle-minor group Bumps the gradle-minor group with 1 update: com.android.application. Updates `com.android.application` from 8.5.0 to 8.5.1 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor ... Signed-off-by: dependabot[bot] --- 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 3cdcdf32..7a095de6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.5.0" +agp = "8.5.1" kotlin = "2.0.0" coreKtx = "1.13.1" junit = "4.13.2"