Skip to content

Commit

Permalink
Merge pull request #129 from keiji/dependabot/gradle/com.google.devto…
Browse files Browse the repository at this point in the history
…ols.ksp-2.1.0-1.0.29

Bump com.google.devtools.ksp from 2.0.21-1.0.28 to 2.1.0-1.0.29
  • Loading branch information
keiji authored Jan 4, 2025
2 parents 61ca2b0 + 691b1ab commit 786bd9b
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 '2.0.21-1.0.28'
id 'com.google.devtools.ksp' version '2.1.0-1.0.29'
}

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 "2.0.21-1.0.28"
id "com.google.devtools.ksp" version "2.1.0-1.0.29"
id 'maven-publish'
id 'signing'
}
Expand Down

0 comments on commit 786bd9b

Please sign in to comment.