From 4b66f4c29f7d5f7ef416e25ea648fdeeb78a2477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 14:15:31 +0000 Subject: [PATCH] chore(deps): bump com.android.application in /android Bumps com.android.application from 7.2.2 to 7.4.1. --- 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..8a52644 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.1' 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'