Merge pull request #108 from UjuiUjuMandan/evil

Remove DependencyInfoBlock
This commit is contained in:
nyne
2024-12-18 23:18:27 +08:00
committed by GitHub

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