From 42f7fee93dd5c3ebd592aa2b326d2ba2168471ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:34:42 +0000 Subject: [PATCH] Update dependency com.android.tools.build:gradle to v8.7.2 --- example/MultiplatformExample/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/MultiplatformExample/build.gradle.kts b/example/MultiplatformExample/build.gradle.kts index 664bcf6c..3ea39ad5 100644 --- a/example/MultiplatformExample/build.gradle.kts +++ b/example/MultiplatformExample/build.gradle.kts @@ -10,7 +10,7 @@ buildscript { } dependencies { classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0") - classpath("com.android.tools.build:gradle:8.5.2") + classpath("com.android.tools.build:gradle:8.7.2") classpath("org.jetbrains.kotlin:kotlin-serialization:2.1.0") } }