From 94a34ea782024662b09ace3f1f4ffd2233cf28d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 11:44:35 +0000 Subject: [PATCH] Bump versions.kotlin from 1.3.50 to 1.3.70 Bumps `versions.kotlin` from 1.3.50 to 1.3.70. Updates `kotlin-gradle-plugin` from 1.3.50 to 1.3.70 - [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.50...v1.3.70) Updates `kotlin-stdlib-jdk7` from 1.3.50 to 1.3.70 - [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.50...v1.3.70) 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 cb9dcdd..48b279a 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { versions = [:] versions.androidxAppcompat = '1.1.0' versions.androidxCore = '1.1.0' - versions.kotlin = '1.3.50' + versions.kotlin = '1.3.70' versions.slf4j = '1.8.0-beta4' }