From 23901dbb003bcdfe1344d52009ba437bd0032392 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 21:13:59 +0000 Subject: [PATCH] chore(deps): bump kotlin-gradle-plugin from 1.3.72 to 1.4.21 Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) 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 7df8648439..c1a3a13d5c 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5" classpath "com.github.dcendents:android-maven-gradle-plugin:2.1" classpath "io.realm:realm-gradle-plugin:6.1.0" - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.21" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files