Skip to content

Commit

Permalink
build: don't add a DependencyInfoBlock to apks and bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
teccheck committed Jan 7, 2025
1 parent cea3a77 commit f5267ef
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 @@ -36,6 +36,13 @@ android {
viewBinding true
buildConfig true
}

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

// For KSP, configure using KSP extension:
Expand Down

0 comments on commit f5267ef

Please sign in to comment.