From b491641eff8da4c1cf4971c133bf1e002d57d8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abel=20Garci=CC=81a=20de=20Prada?= Date: Fri, 2 Jul 2021 09:57:38 +0200 Subject: [PATCH] Bump kotlin to 1.5.20 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index cae27df6..d3baae95 100644 --- a/build.gradle +++ b/build.gradle @@ -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" } }