Skip to content

Conversation

@compose-devrel-github-bot
Copy link
Contributor

Updated depedencies

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @compose-devrel-github-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request systematically updates a wide array of project dependencies across multiple modules, including core AndroidX libraries, build tools like the Android Gradle Plugin, and other essential third-party libraries such as Hilt and Maps Compose. The primary goal is to maintain the project's health by incorporating the latest features, performance enhancements, and security fixes provided by these updated versions, ensuring the applications remain robust and up-to-date with the Android ecosystem.

Highlights

  • Android Gradle Plugin Update: The Android Gradle Plugin has been updated to version 9.0.0, a significant major version upgrade that may introduce new features or require build configuration adjustments.
  • AndroidX Compose BOM Update: The AndroidX Compose Bill of Materials (BOM) has been bumped to 2026.01.01, ensuring the project utilizes the latest compatible versions of Compose libraries.
  • Core AndroidX Library Updates: Several core AndroidX libraries, including Material3, Activity Compose, and Navigation, have received minor version updates for improved stability and features.
  • Third-Party Library Updates: Key third-party libraries such as Hilt (to 2.59) and Maps Compose (to 8.0.0) have been updated, bringing new capabilities and bug fixes.
  • Build Tool and Utility Updates: Development tools and utilities like KotlinX Serialization JSON, KSP, Robolectric, Roborazzi, and Spotless have been updated to their latest versions.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates various dependencies across multiple libs.versions.toml files. While most updates are minor or patch versions, the major version bumps for Hilt and Maps Compose warrant careful attention to potential breaking changes and migration steps. It is recommended to thoroughly test the applications after these updates.

google-maps = "20.0.0"
gradle-versions = "0.53.0"
hilt = "2.57.2"
hilt = "2.59"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The Hilt dependency has been updated from 2.57.2 to 2.59. This is a significant version jump that might introduce breaking changes or require migration steps. Please ensure that the application remains compatible with this new version and that all necessary adjustments have been made according to Hilt's release notes.

ksp = "2.3.4"
maps-compose = "7.0.0"
ksp = "2.3.5"
maps-compose = "8.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The maps-compose dependency has been updated from 7.0.0 to 8.0.0. This is a major version upgrade. It's crucial to review the release notes for version 8.0.0 to identify any breaking changes or required migration steps to ensure continued functionality.

google-maps = "20.0.0"
gradle-versions = "0.53.0"
hilt = "2.57.2"
hilt = "2.59"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The Hilt dependency has been updated from 2.57.2 to 2.59. This is a significant version jump that might introduce breaking changes or require migration steps. Please ensure that the application remains compatible with this new version and that all necessary adjustments have been made according to Hilt's release notes.

ksp = "2.3.4"
maps-compose = "7.0.0"
ksp = "2.3.5"
maps-compose = "8.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The maps-compose dependency has been updated from 7.0.0 to 8.0.0. This is a major version upgrade. It's crucial to review the release notes for version 8.0.0 to identify any breaking changes or required migration steps to ensure continued functionality.

google-maps = "20.0.0"
gradle-versions = "0.53.0"
hilt = "2.57.2"
hilt = "2.59"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The Hilt dependency has been updated from 2.57.2 to 2.59. This is a significant version jump that might introduce breaking changes or require migration steps. Please ensure that the application remains compatible with this new version and that all necessary adjustments have been made according to Hilt's release notes.

ksp = "2.3.4"
maps-compose = "7.0.0"
ksp = "2.3.5"
maps-compose = "8.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The maps-compose dependency has been updated from 7.0.0 to 8.0.0. This is a major version upgrade. It's crucial to review the release notes for version 8.0.0 to identify any breaking changes or required migration steps to ensure continued functionality.

google-maps = "20.0.0"
gradle-versions = "0.53.0"
hilt = "2.57.2"
hilt = "2.59"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The Hilt dependency has been updated from 2.57.2 to 2.59. This is a significant version jump that might introduce breaking changes or require migration steps. Please ensure that the application remains compatible with this new version and that all necessary adjustments have been made according to Hilt's release notes.

ksp = "2.3.4"
maps-compose = "7.0.0"
ksp = "2.3.5"
maps-compose = "8.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The maps-compose dependency has been updated from 7.0.0 to 8.0.0. This is a major version upgrade. It's crucial to review the release notes for version 8.0.0 to identify any breaking changes or required migration steps to ensure continued functionality.

google-maps = "20.0.0"
gradle-versions = "0.53.0"
hilt = "2.57.2"
hilt = "2.59"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The Hilt dependency has been updated from 2.57.2 to 2.59. This is a significant version jump that might introduce breaking changes or require migration steps. Please ensure that the application remains compatible with this new version and that all necessary adjustments have been made according to Hilt's release notes.

ksp = "2.3.4"
maps-compose = "7.0.0"
ksp = "2.3.5"
maps-compose = "8.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The maps-compose dependency has been updated from 7.0.0 to 8.0.0. This is a major version upgrade. It's crucial to review the release notes for version 8.0.0 to identify any breaking changes or required migration steps to ensure continued functionality.

* Removes the manual application of the kotlin-android plugin, as Kotlin support is included by default in Android Gradle Plugin 9.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants