From eaeeee2c66d66794732367a8dbce6ed79a83efb9 Mon Sep 17 00:00:00 2001 From: Mohammed Basim <80418737+BFK78@users.noreply.github.com> Date: Sun, 16 Jan 2022 18:47:00 +0530 Subject: [PATCH] Updated coroutiine dependecy from 1.5.1 to 1.6.0 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index de01fcf..dd0a06c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,8 +71,8 @@ dependencies { implementation "com.google.accompanist:accompanist-flowlayout:0.17.0" // Coroutines - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1' - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0' // Coroutine Lifecycle Scopes implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1" @@ -90,4 +90,4 @@ dependencies { implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation "com.squareup.okhttp3:okhttp:5.0.0-alpha.2" implementation "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2" -} \ No newline at end of file +}