Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) minor 9.1.0 -> 9.2.1 age confidence
com.patrykandpatrick.vico:compose-m3 dependencies patch 2.3.1 -> 2.3.6 age confidence
androidx.room:room-runtime (source) dependencies patch 2.8.3 -> 2.8.4 age confidence
androidx.room:room-ktx (source) dependencies patch 2.8.3 -> 2.8.4 age confidence
androidx.room:room-compiler (source) dependencies patch 2.8.3 -> 2.8.4 age confidence
com.revenuecat.purchases:purchases-ui dependencies minor 9.13.0 -> 9.14.1 age confidence
com.revenuecat.purchases:purchases dependencies minor 9.13.0 -> 9.14.1 age confidence
androidx.navigation3:navigation3-ui (source) dependencies patch 1.0.0-rc01 -> 1.0.0 age confidence
androidx.navigation3:navigation3-runtime (source) dependencies patch 1.0.0-rc01 -> 1.0.0 age confidence
com.materialkolor:material-kolor dependencies patch 4.0.3 -> 4.0.5 age confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) dependencies minor 2.9.4 -> 2.10.0 age confidence
androidx.lifecycle:lifecycle-viewmodel (source) dependencies minor 2.9.4 -> 2.10.0 age confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies minor 2.9.4 -> 2.10.0 age confidence
com.google.devtools.ksp (source) plugin patch 2.3.1 -> 2.3.3 age confidence
androidx.compose:compose-bom-alpha dependencies patch 2025.11.00 -> 2025.11.01 age confidence
com.android.application (source) plugin minor 8.11.2 -> 8.13.1 age confidence
androidx.activity:activity-compose (source) dependencies minor 1.11.0 -> 1.12.0 age confidence

Release Notes

gradle/gradle (gradle)

v9.2.1: 9.2.1

Compare Source

The Gradle team is excited to announce Gradle 9.2.1.

Here are the highlights of this release:

  • Windows ARM support
  • Improved publishing APIs
  • Better guidance for dependency verification failures

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Björn Kautler,
hasunzo,
HYEON,
Hyunjoon Park,
HYUNJUN SON,
Jendrik Johannes,
Kirill Gavrilov,
Madalin Valceleanu,
Martin Bonnin,
Matthew Haughton,
Mikhail Polivakha,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Róbert Papp,
Simon Marquis,
TheGoesen,
Vincent Potucek,
Xin Wang.

Upgrade instructions

Switch your build to use Gradle 9.2.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.2.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.2.0

Compare Source

patrykandpatrick/vico (com.patrykandpatrick.vico:compose-m3)

v2.3.6

Overview
  • breaking changes: none
  • addressed: #​1160
compose
  • An issue where the content of CartesianCharts could unexpectedly shift during zoom has been resolved.
views
  • An issue where the content of CartesianCharts could unexpectedly shift during zoom has been resolved.
multiplatform
  • An issue where the content of CartesianCharts could unexpectedly shift during zoom has been resolved.

v2.3.5

Overview
  • breaking changes: none
  • addressed: #​1160
compose
  • An issue where the content of CartesianCharts could unexpectedly shift during zoom has been addressed.
  • An issue where the content of CartesianCharts with unscalable padding drifted during zoom rather than remaining pinned at the pinch centroid has been resolved.
views
  • An issue where the content of CartesianCharts could unexpectedly shift during zoom has been addressed.
  • An issue where the content of CartesianCharts with unscalable padding drifted during zoom rather than remaining pinned at the pinch centroid has been resolved.
multiplatform
  • An issue where the content of CartesianCharts could unexpectedly shift during zoom has been addressed.
  • An issue where the content of CartesianCharts with unscalable padding drifted during zoom rather than remaining pinned at the pinch centroid has been resolved.

v2.3.4

Overview
  • breaking changes: none
  • addressed: #​1197
core
  • An issue where some CartesianMarker.Targets could be missed when a CartesianMarker was drawn at an x-value with multiple CartesianMarker.Targets has been resolved.
multiplatform
  • An issue where some CartesianMarker.Targets could be missed when a CartesianMarker was drawn at an x-value with multiple CartesianMarker.Targets has been resolved.

v2.3.3

Overview
  • breaking changes: none
  • addressed: #​1090
core
  • In VerticalAxis, an issue where some labels were unnecessarily hidden when verticalLabelPosition was set to Position.Vertical.Top or Position.Vertical.Bottom has been resolved.
multiplatform
  • In VerticalAxis, an issue where some labels were unnecessarily hidden when verticalLabelPosition was set to Position.Vertical.Top or Position.Vertical.Bottom has been resolved.

v2.3.2

Overview
  • breaking changes: none
  • addressed: #​1185
multiplatform
  • An issue where the LineCartesianLayer.LineFill implementation instantiated by LineCartesianLayer.LineFill.single failed to fully fill lines that extended past the CartesianLayer area has been resolved. This happens, for example, when a line has a horizontal segment at the CartesianChart’s minimum or maximum y-value—in which case it’s centered at the corresponding edge of the CartesianLayer area, with half sticking out. The bug also caused problems with CartesianMarker color extraction.
RevenueCat/purchases-android (com.revenuecat.purchases:purchases-ui)

v9.14.1

Compare Source

[!WARNING]
If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward.
Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.

🔄 Other Changes

v9.14.0

Compare Source

[!WARNING]
If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward.
Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.

jordond/materialkolor (com.materialkolor:material-kolor)

v4.0.5

Compare Source

What's Changed

Dependencies

Full Changelog: jordond/MaterialKolor@4.0.4...4.0.5

v4.0.4

Compare Source

What's Changed

Full Changelog: jordond/MaterialKolor@4.0.3...4.0.4

google/ksp (com.google.devtools.ksp)

v2.3.3

Compare Source

What's Changed
  • Migrate away from a deprecated compilerOptions KGP API #​2703
Contributors
  • Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.3.2...2.3.3

v2.3.2

Compare Source

What's Changed

Note: This release is a hotfix for a regression introduced in 2.3.1

  • Fixed an issue where KSP incorrectly processed specific nullable annotations from Java interfaces, leading to incorrect nullability in the generated Kotlin code #​2696
  • Fixed a regression introduced in #​2656 that caused runtime failures for projects using AGP 8.8.0 and older due to an incompatible, version-specific type check. #​2694

Contributors

Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.3.1...2.3.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f6220a5 to f1c49af Compare October 22, 2025 06:23
@renovate renovate bot changed the title chore(deps): update dependency com.android.application to v8.13.0 chore(deps): update all non-major dependencies Oct 22, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d48a2aa to 6ea4b26 Compare October 23, 2025 17:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 18ab2e3 to eed39ef Compare October 30, 2025 15:33
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 30, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 42087b4 to 5a13153 Compare November 9, 2025 18:46
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Nov 9, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f08ddad to 36d2d90 Compare November 11, 2025 18:14
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 11, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from fdee1c6 to 4ca0fbe Compare November 18, 2025 18:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4ca0fbe to 4095edb Compare November 19, 2025 22:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4095edb to 342b0e8 Compare November 20, 2025 18:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 342b0e8 to c8b075b Compare November 20, 2025 21:33
@nsh07 nsh07 merged commit e8361e6 into dev Nov 21, 2025
2 checks passed
@nsh07 nsh07 deleted the renovate/all-minor-patch branch November 21, 2025 05:39
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