From 8110e9b2abf1d127d66bcbc42b2722a70554c27e Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 25 May 2021 10:56:36 +0200 Subject: [PATCH] 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()