Skip to content
Snippets Groups Projects
Commit 2a141e0a authored by akwizgran's avatar akwizgran
Browse files

Merge branch 'disableAaptCruncher' into 'master'

Disable PNG crunching for reproducibility

See merge request !596
parents d6900be6 90aa1d1c
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_7
}
aaptOptions {
cruncherEnabled = false
}
lintOptions {
warning 'MissingTranslation'
warning 'ImpliedQuantity'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment