Skip to content

Commit 950052f

Browse files
deps(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-android
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.3 to 1.10.2. - [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.7.3...1.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 292a169 commit 950052f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ dependencies {
125125
implementation("androidx.palette:palette-ktx:1.0.0")
126126

127127
// Coroutines
128-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
128+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2")
129129

130130
// Leanback for Android TV
131131
implementation("androidx.leanback:leanback:1.0.0")

0 commit comments

Comments
 (0)