mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-05 20:09:52 +01:00
Merge pull request #4956 from nextcloud/renovate/kotlin-monorepo
fix(deps): update kotlin monorepo to v2.1.21
This commit is contained in:
commit
55f4ca6f56
@ -15,7 +15,7 @@ import com.github.spotbugs.snom.SpotBugsTask
|
||||
plugins {
|
||||
id "org.jetbrains.kotlin.plugin.compose" version "2.1.21"
|
||||
id "org.jetbrains.kotlin.kapt"
|
||||
id 'com.google.devtools.ksp' version '2.1.20-2.0.1'
|
||||
id 'com.google.devtools.ksp' version '2.1.21-2.0.1'
|
||||
}
|
||||
|
||||
apply plugin: 'com.android.application'
|
||||
|
@ -11,7 +11,7 @@
|
||||
buildscript {
|
||||
|
||||
ext {
|
||||
kotlinVersion = '2.1.20'
|
||||
kotlinVersion = '2.1.21'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
Loading…
Reference in New Issue
Block a user