-
-
Notifications
You must be signed in to change notification settings - Fork 906
build: Bump all dependencies across every ecosystems #2690
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
base: compose-dev
Are you sure you want to change the base?
Conversation
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.
Have you tested to ensure the app isn't broken by the dependency bumps?
Not that I know of, patching is fine, settings is fine, navigation is fine. |
I'll put this into draft, awaiting #2663 merge. |
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.
All changes in #2663 were accidentally rolled back.
Since the ProGuard rules for kotlinx-serialization have been removed, this PR no longer needs to touch this file.
kotlin = "2.1.10" | ||
android-gradle-plugin = "8.9.1" | ||
dev-tools-gradle-plugin = "2.1.10-1.0.29" | ||
kotlin = "2.2.0" |
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.
While you were waiting for my PR to be merged, Kotlin 2.2.10 was released 😅 (thanks)
It's a bug fix release for Kotlin 2.2.0, so you might want to bump it.
There may be other new updates. It is up to you to decide how far you want to catch up.
Bump dependencies on every ecosystems, optimise the heck out of Gradle from 445s to 189s (on my pc) on gradle assembleDebug (clean build), and make CI work again