diff --git a/android/app/build.gradle b/android/app/build.gradle index 04fb5023..0e390f28 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -92,6 +92,13 @@ android { // No applicationIdSuffix or resValue here } } + + dependenciesInfo { + // Disables dependency metadata when building APKs. + includeInApk = false + // Disables dependency metadata when building Android App Bundles. + includeInBundle = false + } } flutter {