From e473bf9c8c4cf3cbd25c9dc79094919a49dfb441 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 21:42:34 +0000 Subject: [PATCH] chore(deps): update plugin com.google.devtools.ksp to v2.1.10-1.0.31 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bf6885653..422ff3bb6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,7 +15,7 @@ import com.github.spotbugs.snom.SpotBugsTask plugins { id "org.jetbrains.kotlin.plugin.compose" version "2.1.10" id "org.jetbrains.kotlin.kapt" - id 'com.google.devtools.ksp' version '2.1.10-1.0.30' + id 'com.google.devtools.ksp' version '2.1.10-1.0.31' } apply plugin: 'com.android.application'