wootzapp / wootz-browser

🌐💸🤖Robinhood Meets ScaleAI: A New Mobile Browser To Trade Data & Token Payments🌐💸🤖 Colosseum Renaissance Winner. We do the hard work of rewriting Chromium...to integrate with training data marketplaces!
https://www.wootzapp.com/
GNU Affero General Public License v3.0
55 stars 32 forks source link

Reduce Wootz App APK Size to 131 MB by Modifying out/Default/args.gn File #88

Closed pandey019 closed 3 months ago

pandey019 commented 3 months ago

Description:

This pull request aims to reduce the APK size of the Wootz app to 131 MB. The changes have been made in the out/Default/args.gn file to achieve this size reduction.

Changes Made:

Updated build configurations in out/Default/args.gn. Optimized compiler flags to reduce binary size. Disabled unnecessary features and debugging information. Enabled APK size optimization techniques. Impact:

These changes will ensure the Wootz app meets the size requirements without compromising functionality and performance. The adjustments will help improve download and installation times, benefiting end-users with limited storage and bandwidth.

Testing:

Verified the APK size meets the 131 MB requirement. Conducted functional tests to ensure the app works as expected. Performed performance benchmarks to confirm no degradation. Please review the changes and provide feedback.

Example apk : https://drive.google.com/file/d/1WApeSF4g_XOrcMnqOFfap0gJhM9M0POi/view?usp=sharing

Thank you.