mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-19 06:24:34 +02:00
Disable PNG crunching for reproducibility
This can help to prevent non-determinism introduced by the crunching process. More information: https://gitlab.com/fdroid/fdroid-website/commit/e48f9f0773568d92ff764ad3cc79eed0ae2c497e With enabled and disabled crunching, the size of the signed release APK was 17809681 bytes. Related to #164
This commit is contained in:
@@ -107,6 +107,10 @@ android {
|
||||
targetCompatibility JavaVersion.VERSION_1_7
|
||||
}
|
||||
|
||||
aaptOptions {
|
||||
cruncherEnabled = false
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
warning 'MissingTranslation'
|
||||
warning 'ImpliedQuantity'
|
||||
|
||||
Reference in New Issue
Block a user