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
+8
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 {