Skip to content

Commit

Permalink
Merge pull request #63 from keiji/dependabot/gradle/com.google.devtoo…
Browse files Browse the repository at this point in the history
…ls.ksp-1.9.23-1.0.20

Bump com.google.devtools.ksp from 1.9.23-1.0.19 to 1.9.23-1.0.20
  • Loading branch information
keiji authored Apr 10, 2024
2 parents f810858 + 406f8ed commit eb9cff9
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.19'
id 'com.google.devtools.ksp' version '1.9.23-1.0.20'
}

android {
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.19"
id "com.google.devtools.ksp" version "1.9.23-1.0.20"
id 'maven-publish'
id 'signing'
}

0 comments on commit eb9cff9

Please sign in to comment.