-
-
Notifications
You must be signed in to change notification settings - Fork 435
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 8.9, AGP 8.6.0, Kotlin 1.9.22 #3839
base: main
Are you sure you want to change the base?
Conversation
buildSrc/src/main/java/Config.kt
Outdated
val kotlinStdLib = "stdlib-jdk8" | ||
|
||
val springBootVersion = "2.7.5" | ||
val springBoot3Version = "3.3.2" | ||
val kotlinCompatibleLanguageVersion = "1.4" | ||
val kotlinCompatibleLanguageVersion = "1.5" |
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 guess this deserves a "Breaking changes" note at least? doubt anyone is still on this version, but gotta call it out (or make it part of v8?)
build.gradle.kts
Outdated
@@ -154,8 +152,9 @@ subprojects { | |||
} | |||
} | |||
|
|||
if (!this.name.contains("sample") && !this.name.contains("integration-tests") && this.name != "sentry-test-support" && this.name != "sentry-compose-helper") { | |||
if (!this.name.contains("sample") && !this.name.contains("integration-tests") && this.name != "sentry-test-support" && this.name != "sentry-compose-helper" && this.name != "sentry-bom") { |
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.
not needed for sentry-bom anymore?
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 added this due to sentry-bom
defining it's own maven publication, causing a duplicate publication error. But actually that's not needed anymore, so I'll remove it from sentry-bom/build.gradle
instead 👍
<uses-permission android:name="android.permission.INTERNET"/> | ||
|
||
<!-- Compose requires min SDK 21, but Sentry requires min SDK 19 --> | ||
<uses-sdk tools:overrideLibrary="androidx.compose.runtime" /> |
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.
is this needed only for tests/sample apps?
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.
a couple of comments, but LGTM otherwise! I also assume that artifacts publishing works correctly after bumping the maven-publish plugin, I recall we had problems in the past
Yeah I tried local publishing and compared some files side-by-side. Looking good! One difference I've seen: The |
Oh that's nice, it probably fixes this issue? #3785 |
📜 Description
androidx.benchmark
requires a newer version of AGP for micro benchmarks. Bumping all required deps as well.💡 Motivation and Context.
New features and faster builds.
💚 How did you test it?
📝 Checklist
sendDefaultPII
is enabled.🔮 Next steps
#skip-changelog