ligi / IPFSDroid

Android App for the InterPlanetary File System(IPFS)
GNU General Public License v3.0
304 stars 73 forks source link

Why do you prefer include the binaries instead of downloading them? #27

Closed ido-ran closed 6 years ago

ido-ran commented 6 years ago

I saw you change the app from downloading the binaries to include both x86 and arm.
I'm interested to understand why you prefer to include them as it means the app is 24MB larger as any device will only need one or the other but never both images?

ligi commented 6 years ago

I do not prefer this - but it was a requirement for f-droid. So the easy-way out (and I had other stuff to do at the time and still) was to include them .. This could be a flavor in the future - PRs welcome ;-)