From f58e0bc0386b7f9783823d209a9caeb19af59c8d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Dec 2020 04:26:38 +0000 Subject: [PATCH] Bump version_plugin_kotlin from 1.3.72 to 1.4.21 Bumps `version_plugin_kotlin` from 1.3.72 to 1.4.21. Updates `kotlin-gradle-plugin` from 1.3.72 to 1.4.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog-1.3.X.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.21) Updates `kotlin-stdlib-jdk8` from 1.3.72 to 1.4.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog-1.3.X.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.21) 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 0ecd8134..56d77631 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ import java.text.SimpleDateFormat buildscript { ext { version_gradle_tools = "3.6.3" - version_plugin_kotlin = "1.3.72" + version_plugin_kotlin = "1.4.21" enable_plugin_kotlin = false version_compileSdk = 28