From 9a6247ae101d0f88ff8fcf74426c1a82fe92a8a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Mar 2021 17:01:12 +0000 Subject: [PATCH] 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] --- uhabits-android/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uhabits-android/build.gradle.kts b/uhabits-android/build.gradle.kts index 6f0b1fdb1..15761a0a4 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -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")