From cd0c4454b453aefa7b14026e47986f463557ecec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:55:43 +0000 Subject: [PATCH] Bump com.google.devtools.ksp from 2.1.20-1.0.31 to 2.1.20-1.0.32 Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.1.20-1.0.31 to 2.1.20-1.0.32. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.1.20-1.0.31...2.1.20-1.0.32) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch ... 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 8fc161d9..d80d4622 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.1.20-1.0.31" + id("com.google.devtools.ksp") version "2.1.20-1.0.32" } android { // functions to get git info: gitCommitHash, gitBranch, gitRemote