-
-
Notifications
You must be signed in to change notification settings - Fork 36
5.x.x #982
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
Draft
adinauer
wants to merge
13
commits into
rz/backport/5.10.0
Choose a base branch
from
5.x.x
base: rz/backport/5.10.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
5.x.x #982
+529
−102
Conversation
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
(cherry picked from commit 10f215c)
romtsn
reviewed
Sep 10, 2025
CHANGELOG.md
Outdated
|
||
### Dependencies | ||
|
||
- Bump Android SDK from v8.14.0 to v8.21.1 ([#936](https://github.com/getsentry/sentry-android-gradle-plugin/pull/936), [#943](https://github.com/getsentry/sentry-android-gradle-plugin/pull/943), [#958](https://github.com/getsentry/sentry-android-gradle-plugin/pull/958), [#962](https://github.com/getsentry/sentry-android-gradle-plugin/pull/962), [#967](https://github.com/getsentry/sentry-android-gradle-plugin/pull/967), [#981](https://github.com/getsentry/sentry-android-gradle-plugin/pull/981)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs to be from 8.20.0 to 8.21.1, see 5.10.0: https://github.com/getsentry/sentry-android-gradle-plugin/blob/5.10.0/CHANGELOG.md#dependencies
romtsn
approved these changes
Sep 10, 2025
* fix(kotlin-compiler): Fix Modifier.sentryTag() not found warning * Use local compiler plugin included build * Spotless * Changelog * Bump compose versions
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.
#skip-changelog
vvvvvvvvvv
vvvvvvvvvv
vvvvvvvvvv
vvvvvvvvvv
vvvvvvvvvv
vvvvvvvvvv
vvvvvvvvvv
Do not merge this into
main
^^^^^^^^^^^^^
^^^^^^^^^^^^^
^^^^^^^^^^^^^
^^^^^^^^^^^^^
^^^^^^^^^^^^^
^^^^^^^^^^^^^
^^^^^^^^^^^^^
^^^^^^^^^^^^^
This is intended to be used for creating 5.x releases, since
main
has already moved on to 6.xCo-authored-by: GitHub noreply@github.com## 📜 Description
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
🔮 Next steps
(cherry picked from commit 10f215c)