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 11503e2 + d2d4846 commit 373746cCopy full SHA for 373746c
app/build.gradle
@@ -73,7 +73,7 @@ dependencies {
73
74
75
// Coroutines
76
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
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.1'
+ coroutinesVersion = '1.7.2'
11
appCompatVersion = '1.6.1'
12
jUnitVersion = '4.13.2'
13
mockkVersion = '1.13.5'
0 commit comments