From 4bbc6707edf6c3ade7e382bee5ee452d84964e53 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 13 Nov 2020 11:40:28 -0600 Subject: [PATCH] Update desugar_jdk_libs --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 45de3e46f..7d9962587 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -138,7 +138,7 @@ val genericImplementation by configurations val googleplayImplementation by configurations dependencies { - coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.0") + coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.1") implementation("com.gitlab.bitfireAT:dav4jvm:2.1.1") implementation("com.gitlab.bitfireAT:ical4android:e4c50b3485") implementation("com.gitlab.bitfireAT:cert4android:72cf235ad9")