Skip to content

Commit

Permalink
Build: Disable dependency metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Nov 24, 2024
1 parent ca2b471 commit 5560f1b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ android {
// but continue the build even when errors are found:
abortOnError false
}

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

dependencies {
Expand Down

0 comments on commit 5560f1b

Please sign in to comment.