Merge pull request #1650 from alexbakker/fix-1244

Disable PNG cruncher and PNG generation for vector drawables
This commit is contained in:
Michael Schättgen 2025-05-28 13:23:22 +02:00 committed by GitHub
commit 3c4e8b44a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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