Skip to content

Commit a5263c5

Browse files
[Update]: Bump org.jetbrains.kotlinx:kotlinx-coroutines-android
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.4 to 1.7.3. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES_UP_TO_1.7.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34ed928 commit a5263c5

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)