From 4f2cc08b15d2345d72744138c794e0e17678ab41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 20:38:14 +0000 Subject: [PATCH] Update plugin com.android.application to v7.4.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c35e418..4177533 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { } plugins { - id 'com.android.application' version '7.4.1' apply false + id 'com.android.application' version '7.4.2' apply false id 'com.android.library' version '7.4.1' apply false id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false }