horizontalsystems / unstoppable-wallet-android

A powerful non-custodial multi-wallet for Bitcoin, Ethereum, Binance Smart Chain, Avalanche, Solana and other blockchains. Non-custodial crypto and NFT storage, onchain decentralized exchange, institutional grade analytics for cryptcurrency and NFT markets, extensive privacy controls and human oriented design. Implemented on Kotlin.
https://unstoppable.money
MIT License
905 stars 372 forks source link

Big difference in package weight among f-droid and github versions: what happens? #6650

Closed serrq closed 1 year ago

serrq commented 1 year ago

Github 0.35.1 73.9 mb Fdroid 0.35 108.3 mb Fdroid 0.34.1 73.8 mb

What cause this big difference?

1000041888

1000041890

rafaelekol commented 1 year ago

The new version 0.35.0 was bigger because we used a newer gradle version. In the fix 35.1, we put TorKit classes inside the app and removed TorKit. I tried to build the app with and without TorKit. TorKit made the app ~33mb bigger.

serrq commented 1 year ago

Thanks a lot for your research, time spent and professionalism.