From 7f5c257b3556f9ef3bf505fc74fd7e9492f6e5e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 23:24:06 +0000 Subject: [PATCH] --- (#192) updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch dependency-group: agp - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch 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 a35cc16..a767f61 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.4.0" apply false - id("com.android.library") version "8.4.0" apply false + id("com.android.application") version "8.4.1" apply false + id("com.android.library") version "8.4.1" apply false id("org.mozilla.rust-android-gradle.rust-android") version "0.9.4" apply false }