From b31117338514476b8ecbcc8fbb9bfc23e8182d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 06:14:09 +0000 Subject: [PATCH 1/2] Bump kotlin_version from 1.5.0 to 1.5.10 Bumps `kotlin_version` from 1.5.0 to 1.5.10. Updates `kotlin-gradle-plugin` from 1.5.0 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.5.0...v1.5.10) Updates `kotlin-stdlib-jdk7` from 1.5.0 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.5.0...v1.5.10) Updates `kotlin-stdlib` from 1.5.0 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.5.0...v1.5.10) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 470e9a06b4..b88485461d 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { // Ref: https://kotlinlang.org/releases.html - ext.kotlin_version = '1.5.0' + ext.kotlin_version = '1.5.10' ext.kotlin_coroutines_version = "1.5.0-RC" repositories { google() From 8110e9b2abf1d127d66bcbc42b2722a70554c27e Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 25 May 2021 10:56:36 +0200 Subject: [PATCH 2/2] Also upgrade coroutine library to 1.5.0 --- CHANGES.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 50db24d623..86dec9c059 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,7 +26,7 @@ SDK API changes ⚠️: - Build 🧱: - - Compile with Kotlin 1.5. + - Compile with Kotlin 1.5.10. - Upgrade some dependencies: gradle wrapper, third party lib, etc. - Sign APK with build tools 30.0.3 diff --git a/build.gradle b/build.gradle index b88485461d..881cd340f1 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { // Ref: https://kotlinlang.org/releases.html ext.kotlin_version = '1.5.10' - ext.kotlin_coroutines_version = "1.5.0-RC" + ext.kotlin_coroutines_version = "1.5.0" repositories { google() jcenter()