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.
1 parent 34ed928 commit a5263c5Copy full SHA for a5263c5
app/build.gradle
@@ -74,7 +74,7 @@ dependencies {
74
75
// Coroutines
76
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
77
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
78
79
// Testing
80
testImplementation 'junit:junit:4.13.2'
0 commit comments