Bump Android SDK to 2.21.0#871
Merged
Merged
Conversation
dc0edfc to
4442da0
Compare
Datadog ReportBranch report: ✅ 0 Failed, 661 Passed, 1 Skipped, 3.48s Total Time |
cc4acdb to
1a8bebc
Compare
4 tasks
4442da0 to
b7990bb
Compare
725a005 to
330c1ef
Compare
Base automatically changed from
marcosaia/RUM-9842/fix-init-from-native
to
develop
May 27, 2025 15:36
b7990bb to
0d75504
Compare
marco-saia-datadog
requested changes
May 28, 2025
Contributor
Author
Indeed, this is bad. I think it's time for us to automate the bump process👨💻 |
09ec20a to
147e355
Compare
147e355 to
f33bd07
Compare
sbarrio
commented
May 29, 2025
| build_gradle_files=( | ||
| "packages/core/android/build.gradle" | ||
| "packages/react-native-session-replay/android/build.gradle" | ||
| "packages/react-native-webview/android/build.gradle" |
sbarrio
commented
May 29, 2025
| @@ -0,0 +1,75 @@ | |||
| #!/bin/bash | |||
Contributor
Author
There was a problem hiding this comment.
I added a bash script that will allow us to automatically update all needed files when bumping a native sdk. All we need is pass the platform and the new version to it and it will update all version numbers on the needed files.
marco-saia-datadog
approved these changes
May 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Bumps the dependency on dd-sdk-android to 2.21.0
Motivation
We should keep up with the latest fixes and changes introduced on the native sdks.
Notes
Review checklist (to be filled by reviewers)