From 2f2c4144d505bd891cf06a6e57aa01237c6443ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 12:21:32 +0000 Subject: [PATCH] Update dependency com.android.tools.build:gradle to v7.4.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bc9bff0..2cc2470 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { ] ext.deps = [ - androidPlugin : 'com.android.tools.build:gradle:7.3.0', + androidPlugin : 'com.android.tools.build:gradle:7.4.2', kotlinPlugin : "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}", androidxAnnotations : 'androidx.annotation:annotation:1.3.0', androidxCore : 'androidx.core:core:1.6.0',