From bcd312688540b2441ae888a3bea7af67c5d0afde Mon Sep 17 00:00:00 2001 From: Prathamesh More Date: Sat, 25 Dec 2021 21:04:26 +0530 Subject: [PATCH] Updated dependencies --- app/build.gradle | 2 +- app/src/main/assets/retro-changelog.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3cbb17e5c..15db2ece1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -137,7 +137,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - def kotlin_coroutines_version = '1.6.0-RC3' + def kotlin_coroutines_version = '1.6.0' implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version" diff --git a/app/src/main/assets/retro-changelog.html b/app/src/main/assets/retro-changelog.html index 0a71b9775..1ae04fdcd 100644 --- a/app/src/main/assets/retro-changelog.html +++ b/app/src/main/assets/retro-changelog.html @@ -64,7 +64,7 @@
December 25, 2021
-

v5.6.0Beta

+

v5.6.0

What's New