From cb8de83a10d5769c3c8dda94b309685512230455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:14:08 +0000 Subject: [PATCH] Bump the agp group with 2 updates (#240) Bumps the agp group with 2 updates: com.android.application and com.android.library. Updates `com.android.application` from 8.5.2 to 8.6.0 Updates `com.android.library` from 8.5.2 to 8.6.0 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor dependency-group: agp - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor dependency-group: agp ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e4d76b8..54b7613 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.5.2" apply false - id("com.android.library") version "8.5.2" apply false + id("com.android.application") version "8.6.0" apply false + id("com.android.library") version "8.6.0" apply false id("org.mozilla.rust-android-gradle.rust-android") version "0.9.4" apply false }