Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates dependency versions across several modules, including Firebase BoM, AndroidX components, and Kotlin. The review feedback suggests utilizing the Version Catalog for hardcoded dependencies to improve maintainability and identifies a version mismatch for the Firebase BoM between the module files and the central catalog.
|
|
||
| // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.7.0")) | ||
| implementation(platform("com.google.firebase:firebase-bom:34.12.0")) |
Contributor
There was a problem hiding this comment.
Member
There was a problem hiding this comment.
Should be fixed by GoogleCloudPlatform/repository-gardener#201
Comment on lines
+51
to
+52
| implementation("androidx.navigation:navigation-fragment-ktx:2.9.8") | ||
| implementation("androidx.navigation:navigation-ui-ktx:2.9.8") |
Contributor
| implementation("androidx.activity:activity-ktx:1.13.0") | ||
| implementation("androidx.appcompat:appcompat:1.7.1") | ||
| implementation("androidx.core:core-ktx:1.17.0") | ||
| implementation("androidx.core:core-ktx:1.18.0") |
Contributor
| implementation("androidx.annotation:annotation:1.10.0") | ||
| implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0") | ||
| implementation("androidx.core:core-ktx:1.17.0") | ||
| implementation("androidx.core:core-ktx:1.18.0") |
Contributor
| implementation(project(":internal:lintchecks")) | ||
| implementation(project(":internal:chooserx")) | ||
| implementation("androidx.annotation:annotation:1.9.1") | ||
| implementation("androidx.annotation:annotation:1.10.0") |
Contributor
Comment on lines
+12
to
+14
| compileOnly("com.android.tools.lint:lint-api:32.2.0") | ||
| testImplementation("com.android.tools.lint:lint:32.2.0") | ||
| testImplementation("com.android.tools.lint:lint-tests:32.2.0") |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brought to you by your friendly Repository Gardener.