From 4d31aa314a192b5a1eead6eb3dda9e7f871f743a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:16:37 +0000 Subject: [PATCH] Bump com.google.devtools.ksp from 1.9.23-1.0.19 to 2.0.0-1.0.22 Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.23-1.0.19 to 2.0.0-1.0.22. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.23-1.0.19...2.0.0-1.0.22) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9f95a44d..a091170d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,7 +13,7 @@ plugins { id("com.mikepenz.aboutlibraries.plugin") kotlin("android") kotlin("kapt") - id("com.google.devtools.ksp") version "1.9.23-1.0.19" + id("com.google.devtools.ksp") version "2.0.0-1.0.22" } android { // functions to get git info: gitCommitHash, gitBranch, gitRemote