7

I am playing around with android app bundle with dynamic feature modules. I have created 2-3 feature modules. Now I want separate release cycle for all these features and for base app.

So is it possible to publish only updated feature module and user devices get update for only these updated module?

Vivart
  • 14,900
  • 6
  • 36
  • 74

1 Answers1

3

I was myself searching for the same possibility with the dynamic feature modules. It seems that currently we do not have the option of pushing the .aab for only a particular dynamic feature module. It is mandatory to upload a new .aab file with all the code to the play console. It is internally taken care by the way updates are delivered using an algorithm known as the delta algorithm which only updates the modules to which an update has been pushed. Kindly refer to this and this following links to get more insights.

sid
  • 31
  • 2