Skip to content

Commit 3907ee4

Browse files
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](google/ksp@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] <support@github.com>
1 parent 18e44ca commit 3907ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
id("com.android.application")
1313
id("com.mikepenz.aboutlibraries.plugin")
1414
kotlin("android")
15-
id("com.google.devtools.ksp") version "2.0.21-1.0.25"
15+
id("com.google.devtools.ksp") version "2.1.20-1.0.31"
1616
}
1717
android {
1818
// functions to get git info: gitCommitHash, gitBranch, gitRemote

0 commit comments

Comments
 (0)