-
-
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?)
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 |
…se Compiler 1.5.14
As the latest robolectric version features new shadows clashing with our mocks
📜 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