firebase-unity-sdk
firebase-unity-sdk copied to clipboard
Make Crashlytics always link without using a link file
Description
Provide details of the change, and generalize the change in the PR title above.
Unity packages (like the tgz format) don't use included link.xml files, so Crashlytics can unexpectedly not link correctly. Change it to define that it should always link in the assembly itself, which should work regardless of location.
Testing
Describe how you've tested these changes.
Locally
Type of Change
Place an x
the applicable box:
- [x] Bug fix. Add the issue # below if applicable.
- [ ] New feature. A non-breaking change which adds functionality.
- [ ] Other, such as a build process or documentation change.