Skip to content

Update dependencies#1662

Open
dturner wants to merge 1 commit intomainfrom
compose-update-2026-03-05
Open

Update dependencies#1662
dturner wants to merge 1 commit intomainfrom
compose-update-2026-03-05

Conversation

@dturner
Copy link
Collaborator

@dturner dturner commented Mar 5, 2026

Automated dependency updates.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, 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 performs a comprehensive update of several core dependencies and the Gradle build tool across multiple Android projects. The changes ensure that the projects are utilizing the latest versions of the Android Gradle Plugin, AndroidX Compose Bill of Materials, and the Spotless code formatter, along with an updated Gradle wrapper. This modernization effort aims to leverage the latest features, performance improvements, and security fixes provided by these updated components, contributing to a more robust and maintainable codebase.

Highlights

  • Dependency Updates: Updated androidGradlePlugin to version 9.1.0 across all affected projects.
  • Compose BOM Update: Upgraded androidx-compose-bom to version 2026.02.01 in all relevant libs.versions.toml files.
  • Code Formatting Tool Update: The spotless dependency was updated to version 8.3.0.
  • Gradle Wrapper Upgrade: The Gradle wrapper was upgraded to version 9.3.1, including the update of its distribution URL and SHA256 sum.

🧠 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.

Changelog
  • JetLagged/gradle/libs.versions.toml
    • Updated androidGradlePlugin from 9.0.1 to 9.1.0
    • Updated androidx-compose-bom from 2026.02.00 to 2026.02.01
    • Updated spotless from 8.2.1 to 8.3.0
  • JetLagged/gradle/wrapper/gradle-wrapper.properties
    • Updated Gradle distribution URL to gradle-9.3.1-bin.zip
    • Updated distributionSha256Sum to reflect the new Gradle version
  • JetNews/gradle/libs.versions.toml
    • Updated androidGradlePlugin from 9.0.1 to 9.1.0
    • Updated androidx-compose-bom from 2026.02.00 to 2026.02.01
    • Updated spotless from 8.2.1 to 8.3.0
  • JetNews/gradle/wrapper/gradle-wrapper.properties
    • Updated Gradle distribution URL to gradle-9.3.1-bin.zip
    • Updated distributionSha256Sum to reflect the new Gradle version
  • Jetchat/gradle/libs.versions.toml
    • Updated androidGradlePlugin from 9.0.1 to 9.1.0
    • Updated androidx-compose-bom from 2026.02.00 to 2026.02.01
    • Updated spotless from 8.2.1 to 8.3.0
  • Jetchat/gradle/wrapper/gradle-wrapper.properties
    • Updated Gradle distribution URL to gradle-9.3.1-bin.zip
    • Updated distributionSha256Sum to reflect the new Gradle version
  • Jetsnack/gradle/libs.versions.toml
    • Updated androidGradlePlugin from 9.0.1 to 9.1.0
    • Updated androidx-compose-bom from 2026.02.00 to 2026.02.01
    • Updated spotless from 8.2.1 to 8.3.0
  • Jetsnack/gradle/wrapper/gradle-wrapper.properties
    • Updated Gradle distribution URL to gradle-9.3.1-bin.zip
    • Updated distributionSha256Sum to reflect the new Gradle version
  • Reply/gradle/libs.versions.toml
    • Updated androidGradlePlugin from 9.0.1 to 9.1.0
    • Updated androidx-compose-bom from 2026.02.00 to 2026.02.01
    • Updated spotless from 8.2.1 to 8.3.0
  • Reply/gradle/wrapper/gradle-wrapper.properties
    • Updated Gradle distribution URL to gradle-9.3.1-bin.zip
    • Updated distributionSha256Sum to reflect the new Gradle version
Activity
  • No specific review comments or activity have been recorded for this pull request yet.
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 automates dependency updates across multiple sample projects. The updates for Compose BOM and Spotless look good. However, there's a version mismatch between the updated Gradle wrapper (9.3.1) and the Android Gradle Plugin (9.1.0). While this may be a compatible combination, it's not ideal and can lead to subtle issues. I've added a comment to one of the gradle-wrapper.properties files with a suggestion to align these versions. This feedback applies to all modules updated in this PR.

distributionSha256Sum=a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
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 Gradle wrapper is being updated to version 9.3.1, while the Android Gradle Plugin (AGP) is being updated to 9.1.0 in the libs.versions.toml files. While these versions may be compatible, this is a significant version skew. It's best practice to keep Gradle and AGP versions aligned to ensure stability and leverage optimizations from both.

Please consider one of the following:

  • Update androidGradlePlugin to a version that aligns with Gradle 9.3.1 (e.g., a stable 9.3.x version).
  • If a corresponding stable AGP is not available, consider using a Gradle version that is more closely aligned with AGP 9.1.0, such as 9.1.1.

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.

1 participant