MindscapeHQ / raygun4android

Android crash reporting provider for Raygun
https://raygun.com
MIT License
21 stars 14 forks source link

Better SDK34 support #88

Closed TheRealAgentK closed 1 year ago

TheRealAgentK commented 1 year ago

General SDK34 compatibility

Description :memo:

This PR is to add SDK 34 compatibility to the raygun4android provider. We had a user coming through mentioning that they can't use raygun4android at all on their project, due to the forward compatibility not working well. So we've decided to jut update the SDK to version 34, meeting the project requirement.

Type of change

Updates

Test plan :test_tube:

Author to check :eyeglasses:

Reviewer to check :heavy_check_mark:

Caveats:

sumitramanga commented 1 year ago

I get what looks like warnings when pulling down the branch and cleaning the project - image

Does this happen on your end?

sumitramanga commented 1 year ago

One of the warnings look related to Gradle upgrade which yo mentioned would be done in a separate PR. That can be ignored for now

TheRealAgentK commented 1 year ago

I get what looks like warnings when pulling down the branch and cleaning the project - image

Does this happen on your end?

Yeah, that's because of Gradle deprecations for 8.

sumitramanga commented 1 year ago

The build itself succeeded on my local machine 👍🏽