Merge pull request #2 from Super12138/renovate/com.google.devtools.ksp-1.x

Update plugin com.google.devtools.ksp to v1.9.22-1.0.17
This commit is contained in:
Super12138 2024-02-15 21:38:40 +08:00 committed by GitHub
commit 09a2bf2c14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,5 +2,5 @@
plugins {
id("com.android.application") version "8.2.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("com.google.devtools.ksp") version "1.9.22-1.0.16" apply false
id("com.google.devtools.ksp") version "1.9.22-1.0.17" apply false
}