From 6e69115bd9dc171bbc5f91efe1963c07e5306413 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2019 21:14:53 +0000 Subject: [PATCH] chore(deps): bump kotlin-gradle-plugin from 1.3.40 to 1.3.41 Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.3.40 to 1.3.41. - [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.40...v1.3.41) 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 7579bf3a14..c485b94134 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4" classpath "com.github.dcendents:android-maven-gradle-plugin:2.1" classpath "io.realm:realm-gradle-plugin:5.12.0" - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.40" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.41" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files