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 sendDefaultPII is 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.

๐Ÿ”ฎ Next steps