Skip to content

Commit 23964dd

Browse files
Merge pull request #139 from Androidacy/dependabot/gradle/com.google.devtools.ksp-2.0.0-1.0.23
Bump com.google.devtools.ksp from 1.9.23-1.0.19 to 2.0.0-1.0.23
2 parents baec8f3 + f1502ba commit 23964dd

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
@@ -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)