Skip to content

Commit

Permalink
Bump com.google.devtools.ksp from 1.9.23-1.0.20 to 1.9.24-1.0.20
Browse files Browse the repository at this point in the history
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.23-1.0.20 to 1.9.24-1.0.20.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.23-1.0.20...1.9.24-1.0.20)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 57c799e commit 8035f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'com.google.devtools.ksp' version '1.9.23-1.0.20'
id 'com.google.devtools.ksp' version '1.9.24-1.0.20'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion tlv-ksp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.jetbrains.kotlin.jvm'
id "com.google.devtools.ksp" version "1.9.23-1.0.20"
id "com.google.devtools.ksp" version "1.9.24-1.0.20"
id 'maven-publish'
id 'signing'
}
Expand Down

0 comments on commit 8035f2d

Please sign in to comment.