Skip to content

Commit

Permalink
Merge pull request #108 from UjuiUjuMandan/evil
Browse files Browse the repository at this point in the history
Remove DependencyInfoBlock
  • Loading branch information
wgh136 authored Dec 18, 2024
2 parents bea861a + b3d3c14 commit 731510e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 731510e

Please sign in to comment.