From 5d03deeeec02ac3d1babecbd5ac2857848a9c890 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 20:32:42 +0000 Subject: [PATCH] Bump kotlin_version from 1.3.61 to 1.3.71 Bumps `kotlin_version` from 1.3.61 to 1.3.71. Updates `kotlin-gradle-plugin` from 1.3.61 to 1.3.71 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.71/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.61...v1.3.71) Updates `kotlin-stdlib-jdk7` from 1.3.61 to 1.3.71 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.71/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.61...v1.3.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 a9cbc77..6565b73 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { min_sdk_version = 16 target_sdk_version = 28 - kotlin_version = '1.3.61' + kotlin_version = '1.3.71' appcompat_version = '1.1.0' corektx_version = '1.1.0' constraintlayout_version = '2.0.0-beta3'