Updated dependencies

This commit is contained in:
Prathamesh More 2021-12-25 21:04:26 +05:30
parent c0edb8b311
commit bcd3126885
2 changed files with 2 additions and 2 deletions

View file

@ -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"