I'm trying to reduce the size of my instant apps apks. I managed to divide the main module into several smaller ones (features and libraries). Once the app is built, apk files are sized (with minify enabled): 4.9 MB (base feature), 5 MB (ui feature - activities, fragments, receivers etc) and 1.3MB (item details feature). The problem is that I don't know what else I can cut from modules, because the package that using the most of size is... com.google.android.gms.internal (screens below).
I'm afraid that even if I split those modules more, the problem with this library will still be there. I'm really close to finishing the instant app of my application, but I can't upload those files because of too large size. Can anyone knows how to figure out with this?