updating some coroutine related libraries

This commit is contained in:
tibbi 2021-03-08 21:23:09 +01:00
parent ddbc78226e
commit 95a8c327ee
1 changed files with 3 additions and 3 deletions

View File

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