Merge pull request #1650 from alexbakker/fix-1244

Disable PNG cruncher and PNG generation for vector drawables
pull/1654/head
Michael Schättgen 5 months ago committed by GitHub
commit 3c4e8b44a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -93,6 +93,14 @@ android {
} }
} }
// Required to make the APK reproducible
aaptOptions {
cruncherEnabled = false
}
defaultConfig {
vectorDrawables.generatedDensities = []
}
packagingOptions { packagingOptions {
// R8 doesn't remove these resources, so exclude them manually. This reduces APK size by 4MB. // R8 doesn't remove these resources, so exclude them manually. This reduces APK size by 4MB.
resources { resources {

Loading…
Cancel
Save