We already know there size of the apks generated differs depending on how they are built: - running `./mach gradle fenix:assembleDebug` from the root mozilla-central folder - running `./gradlew :app:assembleFenixDebug` from `mobile/android/fenix` Some investigation is needed to understand the differences, and fix them if necessary.
Bug 1888358 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
We already know the size of the apks generated differs depending on how they are built: - running `./mach gradle fenix:assembleDebug` from the root mozilla-central folder - running `./gradlew :app:assembleFenixDebug` from `mobile/android/fenix` Some investigation is needed to understand the differences, and fix them if necessary.