From 1f4b6a2a2466873ba9ec1ee90f0865ce225030f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 03:31:36 +0000 Subject: [PATCH] Bump agpVersion from 8.6.0 to 8.6.1 Bumps `agpVersion` from 8.6.0 to 8.6.1. Updates `com.android.application` from 8.6.0 to 8.6.1 Updates `com.android.library` from 8.6.0 to 8.6.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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3ed0e91..90c4f08 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - val agpVersion = "8.6.0" + val agpVersion = "8.6.1" val kotlinVersion = "2.0.0" id("com.android.application") version agpVersion apply false id("com.android.library") version agpVersion apply false