1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Merge pull request #460 from owncloud/bump/kotlin_1.6.10

Bump kotlin version to 1.6.10
This commit is contained in:
Abel García de Prada 2021-12-23 10:34:59 +01:00 committed by GitHub
commit cc53ed6f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = '1.5.31'
kotlinVersion = '1.6.10'
moshiVersion = "1.13.0"
}
@ -11,7 +11,7 @@ buildscript {
}
dependencies {
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.2.0"
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
}