-
-
Notifications
You must be signed in to change notification settings - Fork 888
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
@@ -6,7 +6,7 @@ | |||
# http://www.gradle.org/docs/current/userguide/build_environment.html | |||
# Specifies the JVM arguments used for the daemon process. | |||
# The setting is particularly useful for tweaking memory settings. | |||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 | |||
org.gradle.jvmargs=-Xmx3072m -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8 |
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.
Note: Metaspace arg is added is because metaspace doesn't scale with project memory allocation for some reason.
(default is 384m)
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. |
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