Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot/merge #76

Merged
merged 9 commits into from
May 20, 2024
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
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.0' apply false
id 'com.android.library' version '8.4.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
id 'org.jetbrains.kotlin.jvm' version '1.9.23' 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("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.23-1.0.20"
id "com.google.devtools.ksp" version "1.9.24-1.0.20"
id 'maven-publish'
id 'signing'
}

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

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

testImplementation 'junit:junit:4.13.2'
}
Expand Down
Loading