Skip to content

Commit

Permalink
Update plugin com.google.devtools.ksp to v1.9.23-1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 5, 2024
1 parent 7e6e749 commit 796443b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ plugins {
id("com.android.application") version "8.3.1" apply false
id("com.android.library") version "8.3.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
id("com.google.devtools.ksp") version "1.9.23-1.0.19"
id("com.google.devtools.ksp") version "1.9.23-1.0.20"
}
2 changes: 1 addition & 1 deletion data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
plugins {
id("com.android.library")
id("org.jetbrains.kotlin.android")
id("com.google.devtools.ksp") version ("1.9.23-1.0.19")
id("com.google.devtools.ksp") version ("1.9.23-1.0.20")
}

android {
Expand Down

0 comments on commit 796443b

Please sign in to comment.