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 9838cf7 + 12e1ae9 commit 11503e2Copy full SHA for 11503e2
app/build.gradle
@@ -73,7 +73,7 @@ dependencies {
73
74
75
// Coroutines
76
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
77
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
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.0'
+ coroutinesVersion = '1.7.1'
11
appCompatVersion = '1.6.1'
12
jUnitVersion = '4.13.2'
13
mockkVersion = '1.13.5'
0 commit comments