Skip to content

Commit

Permalink
Fix dependency metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kasnder committed Dec 15, 2024
1 parent 698ce61 commit 1df32c8
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 @@ -32,6 +32,13 @@ android {
}
}

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

buildTypes {
release {
//minifyEnabled = true
Expand Down

0 comments on commit 1df32c8

Please sign in to comment.