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

Merge pull request #415 from owncloud/bump_kotlin_gradle

Bump kotlin to 1.5.20
This commit is contained in:
Abel García de Prada 2021-07-02 13:07:53 +02:00 committed by GitHub
commit 022c486603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = '1.5.10'
kotlinVersion = '1.5.20'
moshiVersion = "1.12.0"
}
@ -11,7 +11,7 @@ buildscript {
}
dependencies {
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.1.0"
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
}