From f2b2d6ca64c8293627bd90a5770e7df5e78c68d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 06:13:01 +0000 Subject: [PATCH] Bump kotlin-gradle-plugin from 1.4.10 to 1.4.31 Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.4.10 to 1.4.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2ac873b2..cf575dbe 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { bugsnag : '5.1.0', detekt : '1.14.0', leakCanary : '2.4', - kotlin : '1.4.10', + kotlin : '1.4.31', kotlinx : [ coroutines: '1.3.9', ],