File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ dependencies {
5050 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
5151
5252 // coroutines
53- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3 '
54- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3 '
53+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 '
54+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 '
5555
5656 // viewModelScope
5757 implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0'
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.7.0 '
4+ ext. kotlin_version = ' 1.7.10 '
55 repositories {
66 google()
77 jcenter()
You can’t perform that action at this time.
0 commit comments