From 5d888199dc764dafe9f17771fa6184841a43033b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 05:04:54 +0000 Subject: [PATCH] Bump the agp group across 1 directory with 2 updates Bumps the agp group with 2 updates in the / directory: com.android.application and com.android.library. Updates `com.android.application` from 8.13.2 to 9.2.1 Updates `com.android.library` from 8.13.2 to 9.2.1 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: agp - dependency-name: com.android.library dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: agp ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1f1fac5..5a6af2b 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.13.2" apply false - id("com.android.library") version "8.13.2" apply false + id("com.android.application") version "9.2.1" apply false + id("com.android.library") version "9.2.1" apply false id("org.mozilla.rust-android-gradle.rust-android") version "0.9.6" apply false }