I am in a situation where I need to add more than 50 dynamic modules to my project, but when I am trying to add 51th module, error message comes
You have reached the maximum number of feature splits : 50
is there any way to increase the maximum number of feature splits?
I came to know that dynamic delivery limit is defined as
which I found in google git with file
FeatureSetMetadata.javaso what I do is set minSdk to 26 and limit exceeded to 127.