Disable metadatablocks to help reproducible builds
This commit is contained in:
parent
ceaf617edc
commit
f62d2704a0
1 changed files with 7 additions and 0 deletions
|
|
@ -36,6 +36,13 @@ android {
|
||||||
shrinkResources false
|
shrinkResources false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
dependenciesInfo {
|
||||||
|
// Disable some metadata to get reproducible builds for F-Droid
|
||||||
|
// Disables dependency metadata when building APKs.
|
||||||
|
includeInApk = false
|
||||||
|
// Disables dependency metadata when building Android App Bundles.
|
||||||
|
includeInBundle = false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue