From a199a183983f611df1dd83c1caa461c683a5c08d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:07:30 +0000 Subject: [PATCH] chore(deps): bump com.android.application in /android Bumps com.android.application from 7.2.2 to 7.4.2. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 8aa1fe9..c8d438c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -15,7 +15,7 @@ buildscript { } plugins { - id 'com.android.application' version '7.2.2' apply false + id 'com.android.application' version '7.4.2' apply false id 'com.android.library' version '7.2.2' apply false id 'org.jetbrains.kotlin.android' version '1.7.10' apply false id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'