diff --git a/android/app/build.gradle b/android/app/build.gradle index 736750f..df9d802 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -100,6 +100,13 @@ android { } } } + + dependenciesInfo { + // Disables dependency metadata when building APKs. + includeInApk = false + // Disables dependency metadata when building Android App Bundles. + includeInBundle = false + } } flutter {