From 8d74f9afe25dc5f0a957c8293849f43397c404a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 06:05:34 +0000 Subject: [PATCH] Update all dependencies --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index d9a9ee7..ff0a427 100644 --- a/build.gradle +++ b/build.gradle @@ -20,9 +20,9 @@ buildscript { } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.8.0' apply false - id 'com.android.library' version '8.8.0' apply false + id 'com.android.application' version '8.8.1' apply false + id 'com.android.library' version '8.8.1' apply false id 'org.jetbrains.kotlin.android' version '2.1.10' apply false - id 'com.google.devtools.ksp' version '2.1.10-1.0.29' apply false + id 'com.google.devtools.ksp' version '2.1.10-1.0.30' apply false id 'org.jetbrains.kotlin.plugin.compose' version '2.1.10' apply false }