As the title states, is there a way to know what resources was deleted by shrinkResources?
Thanks in advance :)
Apparently this could be done!
You could read about it here under Troubleshoot resource shrinking!
To check for deleted resources, resources.txt is generated under <module-name>/build/outputs/mapping/release/.
resources.txt
<module-name>/build/outputs/mapping/release/
You could now see the used and deleted within this file.
Apparently this could be done!
You could read about it here under Troubleshoot resource shrinking!
To check for deleted resources,
resources.txtis generated under<module-name>/build/outputs/mapping/release/.You could now see the used and deleted within this file.