updating some coroutine related libraries
This commit is contained in:
parent
ddbc78226e
commit
95a8c327ee
|
@ -96,9 +96,9 @@ dependencies {
|
||||||
|
|
||||||
kapt 'com.github.bumptech.glide:compiler:4.10.0'
|
kapt 'com.github.bumptech.glide:compiler:4.10.0'
|
||||||
|
|
||||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.2.0'
|
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.0'
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2"
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9"
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2"
|
||||||
|
|
||||||
kapt "androidx.room:room-compiler:2.2.6"
|
kapt "androidx.room:room-compiler:2.2.6"
|
||||||
implementation "androidx.room:room-ktx:2.2.6"
|
implementation "androidx.room:room-ktx:2.2.6"
|
||||||
|
|
Loading…
Reference in New Issue