Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Disable dependency metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Mar 11, 2024
1 parent 6941695 commit b6465c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ android {
"**/*.java"
)

dependenciesInfo.includeInApk = false

applicationVariants.configureEach {
outputs.configureEach {
(this as? ApkVariantOutputImpl)?.outputFileName =
Expand Down

0 comments on commit b6465c5

Please sign in to comment.