mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-12-18 16:42:17 +03:00
Merge pull request #2499 from nextcloud/renovate/kotlin-monorepo
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0
This commit is contained in:
commit
9ef250250a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||
|
||||
buildscript {
|
||||
ext {
|
||||
kotlinVersion = '2.0.21'
|
||||
kotlinVersion = '2.1.0'
|
||||
commonsVersion = '2.3.1'
|
||||
}
|
||||
repositories {
|
||||
|
|
Loading…
Reference in a new issue