metinkale38 / prayer-times-android

A useful Application with a set of tools needed by every muslim.
https://play.google.com/store/apps/details?id=com.metinkale.prayer
Apache License 2.0
242 stars 104 forks source link

How you are reducing the apk size its almost 22Mb?In playstore it shows 6Mb #131

Closed Rafiqgithub closed 6 years ago

metinkale38 commented 6 years ago

1) Debugging APK contains more stuff (not proguarded, debug information etc) 2) Google Play Splits the APK to multiple APKs to reduce the size. Each phone will get a trimmed down version of the App (you have to configure it, or do it manually) 3) It is probably downloaded compressed