Remove DependencyInfoBlock

This commit is contained in:
UjuiUjuMandan
2024-12-18 13:53:23 +00:00
parent bea861a83c
commit b3d3c141f9

View File

@@ -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 {