Skip to content

Commit

Permalink
🚑 Fix Dependency Block Info (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
jheubuch authored Nov 2, 2024
1 parent b7e9e73 commit d721622
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 @@ -28,6 +28,13 @@ android {
def code = 172
compileSdk 35

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

defaultConfig {
applicationId packageName
minSdk 26
Expand Down

0 comments on commit d721622

Please sign in to comment.