-
Notifications
You must be signed in to change notification settings - Fork 586
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
Move all SDKs dependencies to use the version catalog #6584
Conversation
The only dependencies not moved are the ones against other Firebase libraries. These will be updated during releases.
Release note changesNo release note changes were detected. If you made changes that should be |
Vertex AI Mock Responses Check
|
Generated by 🚫 Danger |
Totally optional, and if you want to do this feel free to open a new PR for it... Consider also moving dependencies from the top-level build.gradle file into libs.versions.toml. firebase-android-sdk/build.gradle Lines 34 to 38 in b164139
IMO doing so makes the version numbers more explicit at the usage points, rather than relying on an implicit default version number set in the top-level build.gradle file. |
Coverage Report 1Affected Products
Test Logs |
Size Report 1Affected Products
Test Logs |
API adjustments on test code for FDL, messaging, and sessions.
Yes, will do in a follow up PR. |
The only dependencies not moved are the ones against other Firebase libraries. These will be updated during releases.