fix(deps): update dependency com.android.tools:desugar_jdk_libs to v2.1.5 (#275)

This commit is contained in:
2026-05-27 19:59:21 +02:00
committed by Bot of Thomas Güttler
co-authored by Bot of Thomas Güttler
parent 38fab3f5fc
commit 3f0b3e5096
+1 -1
View File
@@ -67,7 +67,7 @@ flutter {
dependencies { dependencies {
// Required for flutter_local_notifications and other plugins that need Java 8+ APIs on API < 26. // 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 // integration_test is a dev dependency; the Flutter plugin loader adds it as
// debugImplementation only, but GeneratedPluginRegistrant.java (in src/main) // debugImplementation only, but GeneratedPluginRegistrant.java (in src/main)
// references its class in all variants. Make it available for release compilation // references its class in all variants. Make it available for release compilation