Skip to content

Commit

Permalink
Update plugin com.google.devtools.ksp to v1.9.23-1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 9e297f0 commit 57cf4f6
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.22" apply false
id("com.google.devtools.ksp") version "1.9.22-1.0.18"
id("com.google.devtools.ksp") version "1.9.23-1.0.19"
}
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.22-1.0.18")
id("com.google.devtools.ksp") version ("1.9.23-1.0.19")
}

android {
Expand Down

0 comments on commit 57cf4f6

Please sign in to comment.