1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-06 23:46:30 +00:00

Bump kotlin to 1.6.20

This commit is contained in:
Abel García de Prada 2022-04-08 10:53:23 +02:00
parent 97a613f168
commit e0b81bd11a
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -31,7 +31,7 @@ android {
versionName = "1.0.14"
}
lintOptions {
lint {
abortOnError false
ignoreWarnings true
}