We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fa6722 + 0ee4331 commit 978767fCopy full SHA for 978767f
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