From 3907ee4c8a8e0e519b3794bf4bcff08ca194390e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 14:17:30 +0000 Subject: [PATCH] Bump com.google.devtools.ksp from 2.0.21-1.0.25 to 2.1.20-1.0.31 Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.0.21-1.0.25 to 2.1.20-1.0.31. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.21-1.0.25...2.1.20-1.0.31) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-minor ... 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 2d380233..e82a7e98 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,7 +12,7 @@ plugins { id("com.android.application") id("com.mikepenz.aboutlibraries.plugin") kotlin("android") - id("com.google.devtools.ksp") version "2.0.21-1.0.25" + id("com.google.devtools.ksp") version "2.1.20-1.0.31" } android { // functions to get git info: gitCommitHash, gitBranch, gitRemote