From 5c25a629f84e531ef24c8a5636a78553881c331a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Feb 2021 21:13:02 +0000 Subject: [PATCH] chore(deps): bump kotlin-gradle-plugin from 1.3.72 to 1.4.30 Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.3.72 to 1.4.30. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.30) 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 7df864843..745790d6d 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.30" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files