Disable PNG crunching for reproducibility

This can help to prevent non-determinism introduced by the crunching
process.

More information:
e48f9f0773

With enabled and disabled crunching,
the size of the signed release APK was 17809681 bytes.

Related to #164
This commit is contained in:
Torsten Grote
2017-09-27 11:32:57 -03:00
parent ef2286ab53
commit 90aa1d1ce7

View File

@@ -107,6 +107,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_7
}
aaptOptions {
cruncherEnabled = false
}
lintOptions {
warning 'MissingTranslation'
warning 'ImpliedQuantity'