wewewe718 / QrAndBarcodeScanner

An Android app for scanning QR codes and barcodes
The Unlicense
685 stars 136 forks source link

[Question] different apk sizes #154

Closed FadeFx closed 1 year ago

FadeFx commented 1 year ago

Why is the APK size on playstore smaller than on fdroid?

deddyrumapea commented 1 year ago

The APK size on Play Store is smaller than on F-Droid because of the different ways they handle app signing and compression. Play Store uses Google’s app signing process which optimizes the APK size by removing unnecessary files and compressing resources. On the other hand, F-Droid does not use Google’s app signing process and does not compress resources.

FadeFx commented 1 year ago

OK, thanx for clearification