From 637ca9eae1dc7ef93cb80f65366ff2a7ac06ecb8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 06:44:54 +0000 Subject: [PATCH] Bump kotlin_version from 1.2.21 to 1.2.71 Bumps `kotlin_version` from 1.2.21 to 1.2.71. Updates `kotlin-gradle-plugin` from 1.2.21 to 1.2.71 - [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.2.71) Updates `kotlin-stdlib-jre7` from 1.2.21 to 1.2.71 - [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.2.71) 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 7d49137..cc9c77a 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.kotlin_version = '1.2.21' + ext.kotlin_version = '1.2.71' ext.anko_version = '0.10.4' ext.support_lib_version = '27.0.2' ext.lifecycle_version = '1.1.0'