From 5944ffc2f91f3071662022c17c6fa119214e4fab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:32:51 +0000 Subject: [PATCH] Update dependency com.android.tools.build:gradle to v8.8.0 --- 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..f4b3ae13 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.8.0") classpath("org.jetbrains.kotlin:kotlin-serialization:2.1.0") } }