Auto-update dependencies. - #2841
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates dependency versions across multiple Gradle build files and the central Version Catalog, including version bumps for Compose BOM, Navigation, and Firebase BOM. The reviewer recommends referencing the Firebase BOM via the Version Catalog (using libs.firebase.bom) instead of hardcoding the version strings in individual build.gradle.kts files, which would centralize dependency management and simplify future updates.
|
|
||
| // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.18.0")) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.19.0")) |
There was a problem hiding this comment.
|
|
||
| // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.18.0")) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.19.0")) |
There was a problem hiding this comment.
|
|
||
| // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.18.0")) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.19.0")) |
There was a problem hiding this comment.
|
|
||
| // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.18.0")) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.19.0")) |
There was a problem hiding this comment.
|
|
||
| // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.18.0")) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.19.0")) |
There was a problem hiding this comment.
|
|
||
| // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.18.0")) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.19.0")) |
There was a problem hiding this comment.
|
|
||
| // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.18.0")) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.19.0")) |
There was a problem hiding this comment.
|
|
||
| // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.18.0")) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.19.0")) |
There was a problem hiding this comment.
|
|
||
| // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.18.0")) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.19.0")) |
There was a problem hiding this comment.
|
|
||
| // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.18.0")) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.19.0")) |
There was a problem hiding this comment.
Brought to you by your friendly Repository Gardener.