-
-
Notifications
You must be signed in to change notification settings - Fork 440
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
Bump Gradle, AGP and Kotlin versions #3936
base: 8.x.x
Are you sure you want to change the base?
Conversation
Performance metrics 🚀
|
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:tools="http://schemas.android.com/tools"> | ||
|
||
<!-- Compose requires min SDK 21, but our min SDK is set to 19 --> |
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.
can drop this thing now, right?
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.
Could you also check the comments from #3839 around uppercase/lowercase and that weird extension function?
@@ -15,6 +15,10 @@ | |||
|
|||
## 8.0.0-rc.1 | |||
|
|||
### Breaking Changes | |||
|
|||
- The Kotlin Language version is now set to 1.6 ([#3936](https://github.com/getsentry/sentry-java/pull/3936)) |
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.
- 🚫 The changelog entry seems to be part of an already released section
## 8.0.0
.
Consider moving the entry to the## Unreleased
section, please.
📜 Description
Supersedes #3839
💡 Motivation and Context
New features, faster builds.
💚 How did you test it?
📝 Checklist
sendDefaultPII
is enabled.🔮 Next steps