From 05556b16c09ac847f4ab5c3fac858e9c127c2d4d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 20:33:33 +0000 Subject: [PATCH] Bump kotlin_version from 1.3.61 to 1.5.10 Bumps `kotlin_version` from 1.3.61 to 1.5.10. Updates `kotlin-gradle-plugin` from 1.3.61 to 1.5.10 - [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.5.10) Updates `kotlin-stdlib-jdk7` from 1.3.61 to 1.5.10 - [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.5.10) 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 0fcb4d5..fd275eb 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { version_code = 1 version_name = '1.0.0' - kotlin_version = '1.3.61' + kotlin_version = '1.5.10' appcompat_version = '1.1.0' gradle_version = '3.5.3'