File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ dependencies {
50
50
androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
51
51
52
52
// coroutines
53
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0 '
54
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0 '
53
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1 '
54
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 '
55
55
56
56
// viewModelScope
57
57
implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.1 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments