mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-28 19:59:54 +00:00
Merge pull request #1650 from alexbakker/fix-1244
Disable PNG cruncher and PNG generation for vector drawables
This commit is contained in:
commit
3c4e8b44a0
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue