From 3f0b3e5096cbfb00b4bdf1cb78211ef462a9a34f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bot=20of=20Thomas=20G=C3=BCttler?= Date: Wed, 27 May 2026 19:59:21 +0200 Subject: [PATCH] fix(deps): update dependency com.android.tools:desugar_jdk_libs to v2.1.5 (#275) --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index b1f2227..3cee63e 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -67,7 +67,7 @@ flutter { dependencies { // Required for flutter_local_notifications and other plugins that need Java 8+ APIs on API < 26. - coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4") + coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5") // integration_test is a dev dependency; the Flutter plugin loader adds it as // debugImplementation only, but GeneratedPluginRegistrant.java (in src/main) // references its class in all variants. Make it available for release compilation