Disable metadatablocks to help reproducible builds

This commit is contained in:
Pieter Vander Vennet 2025-06-19 17:09:45 +02:00
parent ceaf617edc
commit f62d2704a0

View file

@ -36,6 +36,13 @@ android {
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 {