mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-12-19 00:52:23 +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 {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
kotlinVersion = '2.0.21'
|
kotlinVersion = '2.1.0'
|
||||||
commonsVersion = '2.3.1'
|
commonsVersion = '2.3.1'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
|
|
Loading…
Reference in a new issue