Skip to content

Commit

Permalink
Merge pull request #1 from tharunbirla/fix-reproducibility
Browse files Browse the repository at this point in the history
Fix reproducibility issue and disable dependency metadata
  • Loading branch information
tharunbirla authored Sep 17, 2024
2 parents 26f29b8 + dba66fd commit 253adf5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ android {
}
}

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


buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit 253adf5

Please sign in to comment.