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:
2026-07-07 06:23:05 +00:00
parent e8a49575c1
commit 69a5ff6304
+1 -1
View File
@@ -153,7 +153,7 @@ android {
aboutLibraries {
collect {
fetchRemoteLicense = true
fetchRemoteLicense = false
fetchRemoteFunding = false
configPath = file("config")
}