From 19fb082f4ec131b23e59322419d47a23c78f04d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 05:39:42 +0000 Subject: [PATCH] Update dependency com.android.tools.build:gradle to v8 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bc9bff0..fd6c7ec 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:8.7.1', kotlinPlugin : "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}", androidxAnnotations : 'androidx.annotation:annotation:1.3.0', androidxCore : 'androidx.core:core:1.6.0',