Skip to content

Commit

Permalink
#451 improve reproducible build
Browse files Browse the repository at this point in the history
  • Loading branch information
AEFeinstein committed Oct 28, 2024
1 parent 6a6c560 commit a8d0c46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ android {
buildFeatures {
buildConfig true
}
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
}

dependencies {
Expand Down

0 comments on commit a8d0c46

Please sign in to comment.