From bd2c8524c4585710c0ee2715fd6dbcd17bbf57fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:25:57 +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..111eb4a 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.6.1', kotlinPlugin : "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}", androidxAnnotations : 'androidx.annotation:annotation:1.3.0', androidxCore : 'androidx.core:core:1.6.0',