I want to build an android instant app from my previous app.My main source code is less than 4 MB (Instant App Requirement). But I am using some external libraries those have a size of approx 39 MB. How I can shrink the code to 4 MB?
Is there any possible way to load the libraries dynamically from the internet? Or shrink my code to 4 MB?