From 31c72de5db83a08249df9ff32309e49f2fbbc2f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 13:04:46 +0200 Subject: [PATCH] Update dependency com.google.devtools.ksp to v2.0.21-1.0.26 (#390) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f5a3c7daa..dda6df1a6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ graphicsShapes = "1.0.1" jxlCoder = "2.1.10" kotlin = "2.0.21" kotlinCoroutinesVersion = "1.8.1" -ksp = "2.0.20-1.0.25" +ksp = "2.0.21-1.0.26" core-ktx = "1.15.0" junit = "4.13.2" androidx-test-ext-junit = "1.2.1"