Skip to content

Commit 7d356de

Browse files
authored
Merge pull request #68 from PatilShreyas/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-coroutines-android-1.7.3
[Update]: Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.6.4 to 1.7.3
2 parents 34ed928 + a5263c5 commit 7d356de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474

7575
// Coroutines
7676
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
77-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
77+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
7878

7979
// Testing
8080
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)