There was an error while loading. Please reload this page.
1 parent 2fa6722 commit 0ee4331Copy full SHA for 0ee4331
app/build.gradle
@@ -50,8 +50,8 @@ dependencies {
50
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
51
52
// coroutines
53
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2'
54
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2'
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3'
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3'
55
56
// viewModelScope
57
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1'
0 commit comments