Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds precompiled dex files to the AAB by adding the directories containing the precompiled dex files to the input of the `mergeDexRelease` gradle task. The `mergeDexRelease` gradle task takes a file collection called `dexDirs` as input. The files in that file collection will all be merged together into a single dex file which is then packaged into the AAB.
- Loading branch information