From ccfd494b49484e7c086322f5add6cacf6a12d021 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 17:57:46 +0000 Subject: [PATCH] Update dependency com.android.tools:desugar_jdk_libs to v2.0.2 --- 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 c31e844a0..682ace121 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -160,7 +160,7 @@ val genericImplementation by configurations val googleplayImplementation by configurations dependencies { - coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.0") + coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.2") implementation("com.github.bitfireAT:dav4jvm:2.2") { exclude(group = "junit") }