Update desugar_jdk_libs version in build.gradle

This commit is contained in:
TalvezWeslley 2025-10-16 22:50:17 -03:00 committed by GitHub
parent b168c6cae7
commit 97259f5e1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -105,5 +105,5 @@ flutter {
} }
dependencies { dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
} }