If you are optimizing all images manually, disable APT Cruncher for a smaller APK file size.

android {

aaptOptions { cruncherEnabled = false }

}