Skip to content

Commit

Permalink
Remove DEPENDENCY_INFO_BLOCK
Browse files Browse the repository at this point in the history
See #86
  • Loading branch information
d4rken committed Nov 29, 2024
1 parent f4c47e1 commit b677c1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ android {
abortOnError false
ignore 'CheckResult'
}
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
}

tasks.withType(Test) {
Expand Down

0 comments on commit b677c1e

Please sign in to comment.