Skip to content

Commit

Permalink
Merge pull request #2624 from saket/patch-2
Browse files Browse the repository at this point in the history
Update kotlinx.coroutines to 1.7.3
  • Loading branch information
pyricau committed Feb 16, 2024
2 parents be3e1c7 + bb43eb3 commit 03d72b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# We would like to use Kotlin recent language features but keep Kotlin 1.3 library APIs
# The benefit is that depending clients do not have to upgrade to Kotlin 1.4
kotlin = "1.8.21"
coroutines = "1.7.0"
coroutines = "1.7.3"
androidXTest = "1.1.0"
androidXJunit = "1.1.3"
workManager = "2.7.0"
Expand Down

0 comments on commit 03d72b3

Please sign in to comment.