From 8c8c5d7c1d4e2b73814670b08dd72e611d05a9a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 08:02:44 +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..b3acb3e 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.1', kotlinPlugin : "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}", androidxAnnotations : 'androidx.annotation:annotation:1.3.0', androidxCore : 'androidx.core:core:1.6.0',