From 8aead2e3a148b9461ceb8a6fd319b21d510dcdf9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 07:17:51 +0000 Subject: [PATCH] chore(deps): bump kotlin_version Bumps `kotlin_version` from 1.4.0 to 1.4.10. Updates `kotlin-gradle-plugin` from 1.4.0 to 1.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.0...v1.4.10) Updates `kotlin-stdlib-jdk7` from 1.4.0 to 1.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.0...v1.4.10) Signed-off-by: dependabot-preview[bot] --- tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle b/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle index f7464af7..1c492510 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.0' + ext.kotlin_version = '1.4.10' repositories { jcenter() google()