Skip to content

Commit

Permalink
Bump kotlinx-coroutines-core from 1.4.2 to 1.4.3-native-mt in /android
Browse files Browse the repository at this point in the history
Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.4.2 to 1.4.3-native-mt.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 4, 2021
1 parent 2e6986d commit b1c557f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ dependencies {
api 'com.facebook.react:react-native:+'

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3-native-mt"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.4.3-native-mt"

implementation "androidx.camera:camera-core:1.1.0-alpha02"
Expand Down

0 comments on commit b1c557f

Please sign in to comment.