Skip to content

Commit

Permalink
Merge pull request #98 from keiji/dependabot_junction
Browse files Browse the repository at this point in the history
Dependabot junction
  • Loading branch information
keiji authored Aug 28, 2024
2 parents 4a88cc8 + ce0319b commit f9f66ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.24-1.0.20'
id 'com.google.devtools.ksp' version '2.0.20-1.0.24'
}

android {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import io.gitlab.arturbosch.detekt.report.ReportMergeTask
plugins {
id 'com.android.application' version '8.4.1' apply false
id 'com.android.library' version '8.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.24' apply false
id 'org.jetbrains.kotlin.jvm' version '1.9.24' apply false
id 'org.jetbrains.kotlin.android' version '2.0.20' apply false
id 'org.jetbrains.kotlin.jvm' version '2.0.20' apply false
id("io.gitlab.arturbosch.detekt") version "1.23.6"
}

Expand Down
4 changes: 2 additions & 2 deletions tlv-ksp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
plugins {
id 'org.jetbrains.kotlin.jvm'
id "com.google.devtools.ksp" version "1.9.24-1.0.20"
id "com.google.devtools.ksp" version "2.0.20-1.0.24"
id 'maven-publish'
id 'signing'
}

dependencies {
implementation project(path: ':tlv')

implementation "com.google.devtools.ksp:symbol-processing-api:1.9.24-1.0.20"
implementation "com.google.devtools.ksp:symbol-processing-api:2.0.20-1.0.24"

testImplementation 'junit:junit:4.13.2'
}
Expand Down

0 comments on commit f9f66ae

Please sign in to comment.