Fixed
Status Update
Comments
sp...@google.com <sp...@google.com> #2
Fixed with Change-Id: Iab75b018e47242e089ed317bc853a327849201bc
We still use DexSplitter when proguard is used for shrinking.
We still use DexSplitter when proguard is used for shrinking.
Description
The splits are added through a FeatureSplit.Builder:
This will allow us to:
1. Have correct behaviour (see
2. Simpler gradle integration, we now only have one call, and no need for intermediates.