Disable fetchRemoteLicense for reproducible builds
AboutLibraries fetched license text over the network at build time, which is unavailable on F-Droid's isolated buildserver and produced different license identifiers (SPDX id vs. hash fallback) between environments, breaking APK reproducibility.
This commit is contained in:
@@ -153,7 +153,7 @@ android {
|
||||
|
||||
aboutLibraries {
|
||||
collect {
|
||||
fetchRemoteLicense = true
|
||||
fetchRemoteLicense = false
|
||||
fetchRemoteFunding = false
|
||||
configPath = file("config")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user