Enable gzip for Play Store version

This commit is contained in:
M66B 2023-08-26 21:57:57 +02:00
parent 07ef5b1454
commit fe3ed991b4
1 changed files with 0 additions and 3 deletions

View File

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