From ef6aa0142b13a80472d1c05ebdc59c23da3adb60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs?= Date: Wed, 2 Apr 2025 12:43:29 +0200 Subject: [PATCH] Update build.gradle --- refilc/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refilc/android/app/build.gradle b/refilc/android/app/build.gradle index 9dd0a095..4d75653c 100644 --- a/refilc/android/app/build.gradle +++ b/refilc/android/app/build.gradle @@ -149,7 +149,7 @@ dependencies { implementation 'joda-time:joda-time:2.9.4' androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4' implementation 'androidx.window:window:1.0.0' implementation 'androidx.window:window-java:1.0.0' }