From 7cb275757fc40d41e48d789a6e0c1d303663f939 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 07:35:38 +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..07ff464 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.13.2', kotlinPlugin : "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}", androidxAnnotations : 'androidx.annotation:annotation:1.3.0', androidxCore : 'androidx.core:core:1.6.0',