Merge pull request #4113 from nextcloud/renovate/com.google.devtools.ksp-2.x

chore(deps): update plugin com.google.devtools.ksp to v2.0.20-1.0.24
This commit is contained in:
github-actions[bot] 2024-08-23 00:04:37 +02:00 committed by GitHub
commit 856ee1151d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ import com.github.spotbugs.snom.SpotBugsTask
plugins {
id "org.jetbrains.kotlin.plugin.compose" version "2.0.20"
id "org.jetbrains.kotlin.kapt"
id 'com.google.devtools.ksp' version '2.0.10-1.0.24'
id 'com.google.devtools.ksp' version '2.0.20-1.0.24'
}
apply plugin: 'com.android.application'