From e2422614595c30a7f47752acfc02dca9bf047370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 06:54:06 +0000 Subject: [PATCH] Bump com.android.application from 8.1.4 to 8.4.0 Bumps com.android.application from 8.1.4 to 8.4.0. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 29b2f6618..e61bbec6a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ buildscript { } plugins { - id 'com.android.application' version '8.1.4' + id 'com.android.application' version '8.4.0' id 'com.github.ben-manes.versions' version '0.51.0' id 'net.ltgt.errorprone' version '3.1.0' id 'com.gladed.androidgitversion' version '0.4.14'