Skip to content

Update dependencies#734

Merged
kkuan2011 merged 2 commits intomainfrom
renovate/all
Mar 13, 2026
Merged

Update dependencies#734
kkuan2011 merged 2 commits intomainfrom
renovate/all

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v4v6 age confidence
actions/checkout action major v5v6 age confidence
actions/setup-java action major v4v5 age confidence
gradle (source) minor 9.2.19.4.0 age confidence
peter-evans/create-pull-request action major v7v8 age confidence
com.google.protobuf:protoc (source) dependencies minor 4.32.14.34.0 age confidence
androidx.wear.watchfacepush:watchfacepush (source) dependencies patch 1.0.0-beta011.0.0-rc01 age confidence
androidx.tv:tv-material (source) dependencies patch 1.1.0-alpha011.1.0-beta01 age confidence
com.diffplug.spotless plugin minor 8.2.18.3.0 age confidence
com.google.android.material:material dependencies patch 1.14.0-alpha091.14.0-alpha10 age confidence
com.google.maps.android:maps-compose dependencies patch 8.2.08.2.1 age confidence
com.google.ar:core dependencies minor 1.52.01.53.0 age confidence
androidx.datastore:datastore-preferences-rxjava3 (source) dependencies patch 1.2.01.2.1 age confidence
androidx.datastore:datastore-preferences-rxjava2 (source) dependencies patch 1.2.01.2.1 age confidence
androidx.datastore:datastore-core (source) dependencies patch 1.2.01.2.1 age confidence
androidx.datastore:datastore-preferences-core (source) dependencies patch 1.2.01.2.1 age confidence
androidx.datastore:datastore-preferences (source) dependencies patch 1.2.01.2.1 age confidence
androidx.datastore:datastore (source) dependencies patch 1.2.01.2.1 age confidence
androidx.compose.ui:ui-test-junit4 (source) dependencies patch 1.10.41.10.5 age confidence
androidx.compose.ui:ui-test (source) dependencies patch 1.10.41.10.5 age confidence
androidx.compose.ui:ui (source) dependencies patch 1.10.41.10.5 age confidence
androidx.compose.material:material-ripple (source) dependencies patch 1.10.41.10.5 age confidence
androidx.compose.material:material (source) dependencies patch 1.10.41.10.5 age confidence
androidx.compose.foundation:foundation-layout (source) dependencies patch 1.10.41.10.5 age confidence
androidx.compose.foundation:foundation (source) dependencies patch 1.10.41.10.5 age confidence
androidx.compose.animation:animation-graphics (source) dependencies patch 1.10.41.10.5 age confidence
androidx.xr.glimmer:glimmer (source) dependencies patch 1.0.0-alpha071.0.0-alpha08 age confidence
androidx.paging:paging-compose (source) dependencies patch 3.4.13.4.2 age confidence
androidx.navigation3:navigation3-ui (source) dependencies patch 1.1.0-alpha051.1.0-beta01 age confidence
androidx.navigation3:navigation3-runtime (source) dependencies patch 1.1.0-alpha051.1.0-beta01 age confidence
androidx.core:core-ktx (source) dependencies minor 1.17.01.18.0 age confidence
androidx.compose.ui:ui-test-junit4-accessibility (source) dependencies patch 1.11.0-alpha061.11.0-beta01 age confidence
androidx.compose:compose-bom dependencies minor 2026.02.012026.03.00 age confidence
androidx.appfunctions:appfunctions-service (source) dependencies patch 1.0.0-alpha071.0.0-alpha08 age confidence
androidx.appfunctions:appfunctions-compiler (source) dependencies patch 1.0.0-alpha071.0.0-alpha08 age confidence
androidx.appfunctions:appfunctions (source) dependencies patch 1.0.0-alpha071.0.0-alpha08 age confidence
androidx.appcompat:appcompat (source) dependencies patch 1.7.01.7.1 age confidence
androidx.activity:activity-compose (source) dependencies minor 1.12.41.13.0 age confidence
com.android.lint (source) plugin minor 9.0.19.1.0 age confidence
com.android.library (source) plugin minor 9.0.19.1.0 age confidence
com.android.kotlin.multiplatform.library (source) plugin minor 9.0.19.1.0 age confidence
com.android.application (source) plugin minor 9.0.19.1.0 age confidence
androidx.activity:activity-ktx (source) dependencies minor 1.12.41.13.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v6

Compare Source

v5

Compare Source

actions/setup-java (actions/setup-java)

v5

Compare Source

gradle/gradle (gradle)

v9.4.0

Compare Source

v9.3.1: 9.3.1

Compare Source

This is a patch release for 9.3.0. We recommend using 9.3.1 instead of 9.3.0.

The following issues were resolved:

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=9.3.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.3.0

Compare Source

peter-evans/create-pull-request (peter-evans/create-pull-request)

v8

Compare Source

material-components/material-components-android (com.google.android.material:material)

v1.14.0-alpha10

Compare Source

Important

  • The compileSdkVersion was updated to 35.
  • The minSdkVersion was updated to 23.
  • Library is now built with AGP 8.11.1 and Gradle 8.13.

Dependency Updates

None

Library Updates

  • BottomNavigationView
    • Fixed BottomNavigationTest.testNavigationReselectionListener crash (6923ba4)
  • BottomSheet
    • Updated string translations (ba7a385)
  • Catalog
    • Enabled expressive SearchView in AppBarWithSearch demos (bb0f842)
    • Added All Components demo to display and test cross-cutting library features (f1aff91)
    • Added tooltip to close button in BottomSheetUnscrollableContentDemoFragment (534a3f8)
    • Updated Lists demo to re-use viewholder when calling adapter.notifyItemChanged (77cabd0)
  • Color
    • Updated search padding and background color to match specs (27c26f8)
  • FloatingActionButton
    • Added tooltip label to FAB and eFAB (ba4875a)
  • Lists
    • Added updateAppearance API to Lists docs (86fc2d8)
    • Fixed base ListItemCardView style to prevent adding additional padding when shape is not round (3fffd5c)
    • Token integration (ac4f111)
    • Added API to update list shape explicitly (21060b2)
  • MaterialButton
    • Added secondaryIconTint to Material3 Text and Elevated Button styles. (65e43a0)
  • Search
    • Implemented M3E styles for SearchView (db3298e)
    • Introduced AnimationCoordinator (299bfa5)
    • Prevent shape animation from being skipped on bounds change if an animation is running. (9c5ccb7)
    • Sync SearchBar text and placeholder for contained animations (251f906)
    • Vertically align search view toolbar with search bar (84ece98)
    • Do not run default animation start/end logic for contained animation (fb6928c)
    • Expand animation for contained style - exterior icons translation (4dd2666)
    • do not translate toolbar buttons after predictive back gesture (1b44a73)
    • Expand animation for contained style - text transition (12aadbd)
    • Expand animation for contained style - text translation (24de0f0)
    • Expand animation for contained style - action menu items fade (e46bc86)
    • Expand animation for contained style - toolbar expansion (c76b38d)
    • Expand animation for contained style - content fade (7302ffb)
    • Refactored expressive search view styles to AppBarWithSearch (0923150)
  • Slider
    • Fixed TalkBack focus bounds not updating after keyboard navigation (c197ba5)
  • TextInputLayout
    • Fixed paddingEnd being ignored when end icon is visible (5c46f3c)
  • TimePicker
    • Updated test cases for improved Robolectric handling of number fields. (fb80b89)
  • Tokens
    • Replaced hardcoded style values with tokens (a6caf97)
    • Upgraded to 34.0.0 (4d37106)
  • Other
    • Updated library version to 1.14.0-alpha10 (4b26950)

Full list of changes

googlemaps/android-maps-compose (com.google.maps.android:maps-compose)

v8.2.1

Bug Fixes
  • fixed issue with ProGuard/R8 and AttributionId (#​861) (7b9149d)
  • prevent NoSuchElementException when computing view keys in ClusterRenderer (#​857) (e34b50f)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 requested review from kkuan2011 and yrezgui as code owners December 9, 2025 01:00
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from a8b57f9 to 3f24b64 Compare December 16, 2025 11:41
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from ed7b19c to f41c22c Compare December 19, 2025 12:53
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 20e4df6 to 30cf317 Compare January 7, 2026 17:02
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8253f07 to e68b7f9 Compare January 9, 2026 13:17
@renovate renovate bot changed the title Update all dependencies fix(deps): update all dependencies Jan 9, 2026
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 9bace6b to e2b6338 Compare January 15, 2026 09:26
@renovate renovate bot force-pushed the renovate/all branch 13 times, most recently from e20eecf to 5029224 Compare January 29, 2026 18:33
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 29e051e to 1d86f2d Compare January 30, 2026 17:01
@renovate renovate bot changed the title fix(deps): update all dependencies Update all dependencies Jan 30, 2026
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 4d6f14d to 6e74b45 Compare February 6, 2026 13:56
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ad43e05 to 434cbc5 Compare February 11, 2026 05:41
@renovate renovate bot changed the title Update all dependencies fix(deps): update all dependencies Feb 11, 2026
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 19ab1b6 to 9748df6 Compare February 13, 2026 01:52
renovate bot and others added 2 commits March 13, 2026 06:29
The `isDescribedByKdoc` parameter was renamed to `isDescribedByKDoc`
in androidx.appfunctions:appfunctions version 1.0.0-alpha08 to match
camel-casing standards. This commit updates the parameter name in
`AppFunctionsApiSnippets.kt` to resolve the compilation error.
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