From e0b81bd11a67c8a73b6876de9daa16025fd3da0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abel=20Garc=C3=ADa=20de=20Prada?= Date: Fri, 8 Apr 2022 10:53:23 +0200 Subject: [PATCH] Bump kotlin to 1.6.20 --- build.gradle | 4 ++-- owncloudComLibrary/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 99ac23a2..780df79c 100644 --- a/build.gradle +++ b/build.gradle @@ -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" } } diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index 19ec3b86..4f3d618a 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -31,7 +31,7 @@ android { versionName = "1.0.14" } - lintOptions { + lint { abortOnError false ignoreWarnings true }