From 2451ef92d14832a61ce160eb43a80e2de9814674 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:35:05 +0000 Subject: [PATCH] fix(deps): update dependency com.android.tools.build:gradle to v7.4.2 --- example_flutter/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_flutter/android/build.gradle b/example_flutter/android/build.gradle index 58a8c74..cadf1cf 100644 --- a/example_flutter/android/build.gradle +++ b/example_flutter/android/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.2.0' + classpath 'com.android.tools.build:gradle:7.4.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } }