-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Auto-update dependencies. #2782
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: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,13 +48,13 @@ dependencies { | |
| implementation("androidx.appcompat:appcompat:1.7.1") | ||
| implementation("com.google.android.material:material:1.13.0") | ||
| implementation("androidx.browser:browser:1.5.0") | ||
| implementation("androidx.navigation:navigation-fragment-ktx:2.9.6") | ||
| implementation("androidx.navigation:navigation-ui-ktx:2.9.6") | ||
| implementation("androidx.navigation:navigation-fragment-ktx:2.9.8") | ||
| implementation("androidx.navigation:navigation-ui-ktx:2.9.8") | ||
|
|
||
| implementation("com.google.android.gms:play-services-ads:23.3.0") | ||
| implementation("com.google.android.gms:play-services-ads:25.2.0") | ||
|
|
||
| // 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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should be fixed by GoogleCloudPlatform/repository-gardener#201 |
||
|
|
||
| // For an optimal experience using AdMob, add the Firebase SDK | ||
| // for Google Analytics. This is recommended, but not required. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,7 +51,7 @@ dependencies { | |
| implementation(project(":internal:chooserx")) | ||
|
|
||
| // 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")) | ||
|
|
||
| // Firestore | ||
| implementation("com.google.firebase:firebase-firestore") | ||
|
|
@@ -66,17 +66,17 @@ dependencies { | |
| implementation("com.firebaseui:firebase-ui-auth:9.1.1") | ||
|
|
||
| // Support Libs | ||
| implementation("androidx.activity:activity-ktx:1.12.1") | ||
| 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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0") | ||
| implementation("androidx.cardview:cardview:1.0.0") | ||
| implementation("androidx.browser:browser:1.5.0") | ||
| implementation("com.google.android.material:material:1.13.0") | ||
| implementation("androidx.media:media:1.7.1") | ||
| implementation("androidx.recyclerview:recyclerview:1.4.0") | ||
| implementation("androidx.navigation:navigation-fragment-ktx:2.9.6") | ||
| implementation("androidx.navigation:navigation-ui-ktx:2.9.6") | ||
| implementation("androidx.navigation:navigation-fragment-ktx:2.9.8") | ||
| implementation("androidx.navigation:navigation-ui-ktx:2.9.8") | ||
|
|
||
| // Android architecture components | ||
| implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0") | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,8 +9,8 @@ java { | |
| } | ||
|
|
||
| dependencies { | ||
| compileOnly("com.android.tools.lint:lint-api:31.13.2") | ||
| testImplementation("com.android.tools.lint:lint:31.13.2") | ||
| testImplementation("com.android.tools.lint:lint-tests:31.13.2") | ||
| 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") | ||
|
Comment on lines
+12
to
+14
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| testImplementation("junit:junit:4.13.2") | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,18 +49,18 @@ android { | |
| dependencies { | ||
| implementation(project(":internal:lintchecks")) | ||
| implementation(project(":internal:chooserx")) | ||
| implementation("androidx.annotation:annotation:1.9.1") | ||
| implementation("androidx.annotation:annotation:1.10.0") | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| 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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| // Required when asking for permission to post notifications (starting in Android 13) | ||
| implementation("androidx.activity:activity-ktx:1.12.1") | ||
| implementation("androidx.activity:activity-ktx:1.13.0") | ||
| implementation("androidx.fragment:fragment-ktx:1.8.9") | ||
|
|
||
| implementation("com.google.android.material:material:1.13.0") | ||
|
|
||
| // 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")) | ||
|
|
||
| // Firebase Cloud Messaging | ||
| implementation("com.google.firebase:firebase-messaging") | ||
|
|
@@ -69,13 +69,13 @@ dependencies { | |
| // for Google Analytics. This is recommended, but not required. | ||
| implementation("com.google.firebase:firebase-analytics") | ||
|
|
||
| implementation("com.google.firebase:firebase-installations:19.0.1") | ||
| implementation("com.google.firebase:firebase-installations:19.1.0") | ||
|
|
||
| implementation("androidx.work:work-runtime:2.11.0") | ||
| implementation("androidx.work:work-runtime:2.11.2") | ||
|
|
||
| // Testing dependencies | ||
| androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0") | ||
| androidTestImplementation("androidx.test:runner:1.7.0") | ||
| androidTestImplementation("androidx.test:rules:1.7.0") | ||
| androidTestImplementation("androidx.annotation:annotation:1.9.1") | ||
| androidTestImplementation("androidx.annotation:annotation:1.10.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.
These Navigation dependencies are hardcoded to version
2.9.8, which matches thecomposeNavigationversion updated in the Version Catalog. It is recommended to define these artifacts inlibs.versions.tomland use the catalog references here.