Skip to content

Commit

Permalink
rm dependency metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Dec 13, 2024
1 parent 074ae95 commit d77dc9f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ android {
ndkVersion flutter.ndkVersion


android {
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}

compileOptions {
Expand Down

0 comments on commit d77dc9f

Please sign in to comment.