Skip to content

Commit

Permalink
Disables dependency metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Oct 10, 2024
1 parent 1852172 commit 2f56e00
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@ android {
checkReleaseBuilds 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 2f56e00

Please sign in to comment.