Skip to content

Commit 5f63752

Browse files
committed
Build: Disable dependency metadata.
1 parent ca2b471 commit 5f63752

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ android {
6565
// but continue the build even when errors are found:
6666
abortOnError false
6767
}
68+
69+
dependenciesInfo {
70+
// Disables dependency metadata when building APKs.
71+
includeInApk = false
72+
// Disables dependency metadata when building Android App Bundles.
73+
includeInBundle = false
74+
}
6875
}
6976

7077
dependencies {

0 commit comments

Comments
 (0)