Enable gzip for Play Store version

pull/213/head
M66B 1 year ago
parent 07ef5b1454
commit fe3ed991b4

@ -133,9 +133,6 @@ public class EntityAttachment {
}
boolean isGzip() {
if (BuildConfig.PLAY_STORE_RELEASE)
return false;
if ("application/gzip".equals(type))
return true;

Loading…
Cancel
Save