I have an application on Play Store with dynamic delivery modules. I wanted to know if there was a better way of pushing updates via Play Store.
For example, I have two independent modules in my application. I need to push out an update which only affects one module and not the other one. Is there a way where we can only publish that single aab/apk to the Play Store without uploading the entire apk?
The reason for doing this is that I want my users to only receive the small update on one module, I don't want them to download the entire apk as an update.