diff --git a/android/app/build.gradle b/android/app/build.gradle index b997c5e6..8baaa39f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -81,7 +81,7 @@ dependencies { // https://github.com/flutter/flutter/issues/110658 implementation 'androidx.window:window-java:1.1.0' // https://github.com/flutter/flutter/issues/110658 - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' // https://pub.dev/packages/flutter_local_notifications/ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }