Skip to content

Commit

Permalink
remove dependenciesInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
LagradOst committed Jun 27, 2024
1 parent 28c536c commit 32c3bdb
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 @@ -6,6 +6,13 @@ android {
compileSdkVersion 34
buildToolsVersion "30.0.3"

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

viewBinding {
enabled = true
}
Expand Down

0 comments on commit 32c3bdb

Please sign in to comment.