Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better SDK34 support #88

Merged
merged 25 commits into from
Nov 6, 2023
Merged

Better SDK34 support #88

merged 25 commits into from
Nov 6, 2023

Conversation

TheRealAgentK
Copy link
Contributor

@TheRealAgentK TheRealAgentK commented Nov 6, 2023

General SDK34 compatibility

Description 📝

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Updates

Test plan 🧪

  • Import project
  • build :provider from clean, build :app
  • Launch app in emulator

Author to check 👓

  • Project and all contained modules build
  • Tested on appropriate devices/emulators and SDK versions
  • Reviewed by another developer
  • Appropriate documentation written (code comments, internal docs)

Reviewer to check ✔️

  • Change has been tested on a device/emulator
  • Code is written to standards
    - [ ] Appropriate tests have been written (code comments, internal docs) - N/A right now

Caveats:

  • Build needs to be updated to Gradle 8 to be "officially supported" with SDK34. Separate PR to follow.

@TheRealAgentK TheRealAgentK changed the title Feature/sdk34 Better SDK34 support Nov 6, 2023
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
TheRealAgentK and others added 3 commits November 7, 2023 10:45
Wording++ by @sumitramanga 👍

Co-authored-by: Sumitra Manga <[email protected]>
Co-authored-by: Sumitra Manga <[email protected]>
Co-authored-by: Sumitra Manga <[email protected]>
Copy link
Collaborator

@sumitramanga sumitramanga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 💯 Would you like me to test on my end or are you sweet? @TheRealAgentK

@sumitramanga
Copy link
Collaborator

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

Does this happen on your end?

@sumitramanga
Copy link
Collaborator

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
Copy link
Contributor Author

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
Copy link
Collaborator

The build itself succeeded on my local machine 👍🏽

@TheRealAgentK TheRealAgentK merged commit 3013caa into master Nov 6, 2023
@TheRealAgentK TheRealAgentK deleted the feature/sdk34 branch November 9, 2023 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants