Mapping files for aab in Google Play

Viewed 357

According to https://stackoverflow.com/a/53458191/1635488 if we publish aab files, the mapping files will automatically be taken from there. What happens if we upload it anyway? Will it override the one from the aab file? The place where I can upload it is here: "ReTrace mapping file" Upload mapping file

1 Answers

I did an experiment and can confirm that if we upload only aab file, mapping file will be taken from the aab. If we also upload a separate mapping file, it will override the one in the aab.

Related