Skip to content

Commit f1502ba

Browse files
Bump com.google.devtools.ksp from 1.9.23-1.0.19 to 2.0.0-1.0.23
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.23-1.0.19 to 2.0.0-1.0.23. - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@1.9.23-1.0.19...2.0.0-1.0.23) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent baec8f3 commit f1502ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id("com.mikepenz.aboutlibraries.plugin")
1414
kotlin("android")
1515
kotlin("kapt")
16-
id("com.google.devtools.ksp") version "1.9.23-1.0.19"
16+
id("com.google.devtools.ksp") version "2.0.0-1.0.23"
1717
}
1818
android {
1919
// functions to get git info: gitCommitHash, gitBranch, gitRemote

0 commit comments

Comments
 (0)