From ed285c7b6a68a5f0c500172c65e396e4c0769554 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 14 Jun 2019 06:31:45 +0000 Subject: [PATCH] Bump kotlinVersion from 1.2.21 to 1.3.31 Bumps `kotlinVersion` from 1.2.21 to 1.3.31. Updates `kotlin-gradle-plugin` from 1.2.21 to 1.3.31 - [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.2.21...v1.3.31) Updates `kotlin-stdlib` from 1.2.21 to 1.3.31 - [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.2.21...v1.3.31) 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 6c50d00..4956d95 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlinVersion = '1.2.21' + ext.kotlinVersion = '1.3.31' repositories { google() jcenter()