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 7d356de + add1815 commit d91d11fCopy full SHA for d91d11f
app/build.gradle
@@ -73,7 +73,7 @@ dependencies {
73
74
75
// Coroutines
76
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
77
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
78
79
// Testing
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
composeVersion = '1.4.1'
8
composeCompilerVersion = '1.4.4'
9
activityVersion = '1.7.0'
10
- coroutinesVersion = '1.7.2'
+ coroutinesVersion = '1.7.3'
11
appCompatVersion = '1.6.1'
12
jUnitVersion = '4.13.2'
13
mockkVersion = '1.13.5'
0 commit comments