fix(dependencies): Downgrade protobuf-javalite from 4.33.1 to 3.25.8 by markushi ยท Pull Request #5044 ยท getsentry/sentry-java
๐ Description
Interim fix for #5039
๐ก Motivation and Context
Many firebase artifacts depend on protolite-well-known-types (link) which itself depends on protobuf-javalite 3.x.
As we depend on protobuf-javalite:4.x, gradle automatically uses that dependency, which is incompatible with protolite-well-known-types causing build issues.
๐ How did you test it?
Manually, as outlined in #5039 (comment)
๐ Checklist
- I added GH Issue ID & Linear ID
- I added tests to verify the changes.
- No new PII added or SDK only sends newly added PII if
sendDefaultPIIis enabled. - I updated the docs if needed.
- I updated the wizard if needed.
- Review from the native team if needed.
- No breaking change or entry added to the changelog.
- No breaking change for hybrid SDKs or communicated to hybrid SDKs.