Skip to content

build(deps): bump the gradle-minor-dependencies group #199

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Aaron-Ritter
Copy link
Collaborator

@Aaron-Ritter Aaron-Ritter commented Apr 29, 2025

Bumps the gradle-minor-dependencies group with 4 updates in the / directory:

Package From To
com.android.application 8.9.1 8.9.2
com.android.library 8.9.1 8.9.2
androidx.core:core-ktx 1.15.0 1.16.0
androidx.room:room-compiler 2.6.1 2.7.1

This merges #196 without bumping com.google.androidbrowserhelper:androidbrowserhelper to 2.6.0

dependabot bot and others added 2 commits April 29, 2025 08:21
…ory with 5 updates

Bumps the gradle-minor-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| com.android.application | `8.9.1` | `8.9.2` |
| com.android.library | `8.9.1` | `8.9.2` |
| androidx.core:core-ktx | `1.15.0` | `1.16.0` |
| androidx.room:room-compiler | `2.6.1` | `2.7.1` |
| [com.google.androidbrowserhelper:androidbrowserhelper](https://github.com/GoogleChrome/android-browser-helper) | `2.5.0` | `2.6.0` |



Updates `com.android.application` from 8.9.1 to 8.9.2

Updates `com.android.library` from 8.9.1 to 8.9.2

Updates `androidx.core:core-ktx` from 1.15.0 to 1.16.0

Updates `androidx.room:room-compiler` from 2.6.1 to 2.7.1

Updates `com.google.androidbrowserhelper:androidbrowserhelper` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/GoogleChrome/android-browser-helper/releases)
- [Commits](GoogleChrome/android-browser-helper@android-browser-helper-2.5.0...android-browser-helper-2.6.0)

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-version: 8.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-dependencies
- dependency-name: com.android.library
  dependency-version: 8.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-dependencies
- dependency-name: androidx.core:core-ktx
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-dependencies
- dependency-name: androidx.room:room-compiler
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-dependencies
- dependency-name: com.google.androidbrowserhelper:androidbrowserhelper
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@Aaron-Ritter Aaron-Ritter requested a review from Copilot April 29, 2025 08:29
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • app/build.gradle.kts: Language not supported
  • library/build.gradle.kts: Language not supported

@Aaron-Ritter Aaron-Ritter requested a review from ColinFrick April 29, 2025 08:39
@ColinFrick
Copy link
Collaborator

androidx.core:core-ktx at version 1.6.0 notes following Important changes:

This library now uses JSpecify nullness annotations, which are type-use. Kotlin developers should use the following compiler arguments to enforce correct usage: -Xjspecify-annotations=strict, -Xtype-enhancement-improvements-strict-mode (Iaf3e1, b/326456246)

androidx.room:room-compiler at version 2.7.0 notes following Important changes:

  • Kotlin Multiplatform (KMP) Support: In this release, Room has been refactored to become a Kotlin Multiplatform (KMP) library. Current supported platforms are Android, iOS, JVM (Desktop), native Mac and native Linux. For more information on how to get started using Room KMP, please refer to the official Room KMP documentation. As part of the KMP support, Room can also be configured with an SQLiteDriver, for information on how to migrate an existing app to the driver APIs and to Room KMP, see the migration documentation.
  • Kotlin Code Generation on KSP has been turned ON by default if processing is done via KSP. For KAPT or Java only projects, Room will still generate Java sources.
  • Kotlin 2.0 and KSP2: Room now targets Kotlin language 2.0 and will require projects to also compile with Kotlin 2.0 and equivalent or higher language version. Support for KSP2 is also added and is recommended when using Room with Kotlin 2.0 or higher.

Because these libraries are only used in the demo app and the e2e tests are running without problems, the changes may be irrelevant.

@Aaron-Ritter
Copy link
Collaborator Author

androidx.core:core-ktx is used in the library too, putting this PR in to draft state.

@Aaron-Ritter Aaron-Ritter marked this pull request as draft April 29, 2025 12:37
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