Can I reduce the size of the final Android app?
It is recommended that you distribute your app using App Bundle in order to reduce the final size of the Android app.
The second step is to utilize APK splits. To learn more about this, please refer to this page.
The third thing to do is to remove processor architecture support. If you won’t be distributing your app via Google Play, please refer to this page on how to proceed with this step.