Skip to content

Commit 8e88d90

Browse files
committed
chore(deps): update all dependencies
| datasource | package | from | to | | -------------- | ------------------------------------------------ | ----- | ----- | | gradle-version | gradle | 7.4.1 | 7.4.2 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-android | 1.6.0 | 1.6.1 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.6.0 | 1.6.1 |
1 parent 077c0d5 commit 8e88d90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff 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.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'
5555

5656
// viewModelScope
5757
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1'
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)