From a2319d7b48d6fd072ea7c5e013d2c8bae744ca70 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 20:28:44 +0000 Subject: [PATCH] Bump kotlin_version from 1.3.61 to 1.3.72 Bumps `kotlin_version` from 1.3.61 to 1.3.72. Updates `kotlin-gradle-plugin` from 1.3.61 to 1.3.72 - [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.61...v1.3.72) Updates `kotlin-stdlib-jdk7` from 1.3.61 to 1.3.72 - [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.61...v1.3.72) 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..c4de404 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.72' appcompat_version = '1.1.0' corektx_version = '1.1.0' constraintlayout_version = '2.0.0-beta3'