From ef630432e21bd23100283603b24ef9fb7e64ebd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:20:52 +0000 Subject: [PATCH] Bump com.google.devtools.ksp:symbol-processing-gradle-plugin Bumps [com.google.devtools.ksp:symbol-processing-gradle-plugin](https://github.com/google/ksp) from 1.9.23-1.0.20 to 2.0.0-1.0.24. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.23-1.0.20...2.0.0-1.0.24) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c26f2718..75fa3bd6 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { lifecycleVersion = '2.8.3' androidXCoreVersion = '2.2.0' paletteKtxVersion = '1.0.0' - kspVersion = '1.9.23-1.0.20' + kspVersion = '2.0.0-1.0.24' // Networking brotliVersion = '0.1.2'