Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Update plugin com.google.devtools.ksp to v1.9.0-1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 20, 2023
1 parent 3058c03 commit 95e92de
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
Expand Up @@ -22,7 +22,7 @@ plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'kotlin-parcelize'
id 'com.google.devtools.ksp' version '1.8.22-1.0.11'
id 'com.google.devtools.ksp' version '1.9.0-1.0.12'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.22' apply false
id 'com.google.devtools.ksp' version '1.8.22-1.0.11'
id 'com.google.devtools.ksp' version '1.9.0-1.0.12'
}

task clean(type: Delete) {
Expand Down

0 comments on commit 95e92de

Please sign in to comment.