From 27291634fd8d84f8342dd5d58c2198be0d648712 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Wed, 17 Mar 2021 13:28:28 -0500 Subject: [PATCH] Update desugar jdk libs --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e3d5a1ce9..004a0ea26 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -165,7 +165,7 @@ val genericImplementation by configurations val googleplayImplementation by configurations dependencies { - coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.1") + coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5") implementation("com.gitlab.abaker:dav4jvm:deb2c9aef8") implementation("com.gitlab.abaker:ical4android:0e928b567c") implementation("com.gitlab.bitfireAT:cert4android:26a91a729f") @@ -257,7 +257,7 @@ dependencies { androidTestImplementation("com.squareup.okhttp3:mockwebserver:${Versions.okhttp}") testImplementation("junit:junit:4.13.2") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.2") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.3") testImplementation("com.natpryce:make-it-easy:${Versions.make_it_easy}") testImplementation("androidx.test:core:${Versions.androidx_test}") testImplementation("org.mockito:mockito-core:${Versions.mockito}")