Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
1.3.2
-
None
-
None
-
maven 3
Description
When removeExistingSignatures is set to true, it seem to recompress all file.
So if the flag is set to false, i get
7532 Stored 7532 0% 08-31-14 16:23 bbd535df res/drawable-xxhdpi/connect.png
If it is set to true, i get
2954 Defl:N 2959 -0% 08-31-14 16:24 d8342319 res/drawable-hdpi/connect.png
Defl:N meaning that it's compressed, and Stored that it isn't.
This is a MAJOR problem for android apps that use it (and I wouldn't be surprised if nowadays android devs are the primary users of this plugin), since certain resources CAN'T be compressed, or the app will break