diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 07cef2a..9d2164b 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -76,7 +76,7 @@ flutter { } dependencies { - coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4") + coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5") implementation("com.mpatric:mp3agic:0.9.1") implementation("net.jthink:jaudiotagger:3.0.1") }