Skip to content

Commit 123f976

Browse files
chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-android
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.9.0 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.9.0...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] <[email protected]>
1 parent fbc112d commit 123f976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979

8080
implementation 'androidx.camera:camera-camera2:1.4.1'
8181
implementation 'androidx.camera:camera-lifecycle:1.4.1'
82-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
82+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
8383

8484
testImplementation 'org.jetbrains.kotlin:kotlin-test'
8585
testImplementation 'org.mockito:mockito-core:5.17.0'

0 commit comments

Comments
 (0)