Skip to content

Commit

Permalink
Bump coroutines_version in /07_animations/transition
Browse files Browse the repository at this point in the history
Bumps `coroutines_version` from 1.9.0 to 1.10.1.

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-play-services` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-play-services
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 4061ad4 commit 2421289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07_animations/transition/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
def retrofit_version = "2.11.0"
def retrofitgson_version = "2.11.0"
def okhttplogging_version = "4.12.0"
def coroutines_version = "1.9.0"
def coroutines_version = "1.10.1"
def imagepicker_version = "2.1"
def workmanager_version = "2.10.0"
def hilt_work_version = "1.2.0"
Expand Down

0 comments on commit 2421289

Please sign in to comment.