From 3e82dc272bb7f4f70a9923d151739a12128cfcc9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 20:49:06 +0000 Subject: [PATCH] Bump kotlin_version from 1.3.61 to 1.4.32 Bumps `kotlin_version` from 1.3.61 to 1.4.32. Updates `kotlin-gradle-plugin` from 1.3.61 to 1.4.32 - [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) Updates `kotlin-stdlib-jdk7` from 1.3.61 to 1.4.32 - [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 0fcb4d5..688a304 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { version_code = 1 version_name = '1.0.0' - kotlin_version = '1.3.61' + kotlin_version = '1.4.32' appcompat_version = '1.1.0' gradle_version = '3.5.3'