Bump kxCoroutinesVersion from 1.4.2 to 1.4.3-native-mt

Bumps `kxCoroutinesVersion` from 1.4.2 to 1.4.3-native-mt.

Updates `kotlinx-coroutines-android` 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)

Updates `kotlinx-coroutines-core` 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>
pull/831/head
dependabot[bot] 5 years ago committed by GitHub
parent 15282e7ea6
commit 9a6247ae10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,7 +76,7 @@ android {
dependencies {
val daggerVersion = "2.32"
val kotlinVersion = "1.4.30"
val kxCoroutinesVersion = "1.4.2"
val kxCoroutinesVersion = "1.4.3-native-mt"
val ktorVersion = "1.5.1"
val espressoVersion = "3.3.0"
@ -93,7 +93,7 @@ dependencies {
androidTestImplementation("androidx.test:rules:1.3.0")
androidTestImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
compileOnly("javax.annotation:jsr250-api:1.0")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.1")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")
implementation("com.github.paolorotolo:appintro:3.4.0")
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("com.google.dagger:dagger:$daggerVersion")

Loading…
Cancel
Save