Skip to content

Bump fragment from 1.8.9 to 1.9.0 - #5754

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/fragment-1.9.0
Open

Bump fragment from 1.8.9 to 1.9.0#5754
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/fragment-1.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps fragment from 1.8.9 to 1.9.0.
Updates androidx.fragment:fragment-compose from 1.8.9 to 1.9.0

Updates androidx.fragment:fragment-ktx from 1.8.9 to 1.9.0

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `fragment` from 1.8.9 to 1.9.0.

Updates `androidx.fragment:fragment-compose` from 1.8.9 to 1.9.0

Updates `androidx.fragment:fragment-ktx` from 1.8.9 to 1.9.0

---
updated-dependencies:
- dependency-name: androidx.fragment:fragment-compose
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.fragment:fragment-ktx
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the [Area] Dependencies Pull requests that update a dependency file label Aug 19, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 19, 2026 06:05
@dependabot dependabot Bot added the [Type] Tech Debt Involving upgrades or refactoring to maintain or enhance the codebase. label Aug 19, 2026
@dependabot
dependabot Bot requested review from geekygecko and removed request for a team August 19, 2026 06:05
@dangermattic

Copy link
Copy Markdown
Collaborator
1 Warning
鈿狅笍 PR is not assigned to a milestone.

Generated by 馃毇 Danger

@wpmobilebot

Copy link
Copy Markdown
Collaborator

Project manifest changes for app

The following changes in the app's merged AndroidManifest.xml file were detected (build variant: release):

--- ./build/reports/diff_manifest/app/release/base_manifest.txt	2026-08-19 06:07:14.269415502 +0000
+++ ./build/reports/diff_manifest/app/release/head_manifest.txt	2026-08-19 06:07:19.346004736 +0000
@@ -59,16 +59,17 @@
 
             <data android:scheme="wear" />
         </intent>
+
+        <provider
+            android:name="androidx.car.app.connection.provider"
+            android:authorities="androidx.car.app.connection" />
+
         <intent>
             <action android:name="com.android.vending.billing.InAppBillingService.BIND" />
         </intent>
         <intent>
             <action android:name="com.google.android.apps.play.billingtestcompanion.BillingOverrideService.BIND" />
         </intent>
-
-        <provider
-            android:name="androidx.car.app.connection.provider"
-            android:authorities="androidx.car.app.connection" />
     </queries>
 
     <uses-permission android:name="android.permission.USE_BIOMETRIC" /> <!-- suppress DeprecatedClassUsageInspection -->
@@ -804,10 +805,10 @@
                 android:name="androidx.lifecycle.ProcessLifecycleInitializer"
                 android:value="androidx.startup" />
             <meta-data
-                android:name="androidx.profileinstaller.ProfileInstallerInitializer"
+                android:name="okhttp3.internal.platform.PlatformInitializer"
                 android:value="androidx.startup" />
             <meta-data
-                android:name="okhttp3.internal.platform.PlatformInitializer"
+                android:name="androidx.profileinstaller.ProfileInstallerInitializer"
                 android:value="androidx.startup" />
         </provider> <!-- Disable Advertising ID collection -->
         <meta-data
@@ -1219,6 +1220,15 @@
             android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION"
             android:visibleToInstantApps="true" />
 
+        <activity
+            android:name="androidx.car.app.CarAppPermissionActivity"
+            android:exported="false"
+            android:theme="@android:style/Theme.Translucent.NoTitleBar" />
+
+        <receiver
+            android:name="androidx.car.app.notification.CarAppNotificationBroadcastReceiver"
+            android:exported="false" />
+
         <meta-data
             android:name="com.google.android.play.billingclient.version"
             android:value="9.1.0" />
@@ -1253,15 +1263,7 @@
         <activity
             android:name="com.google.android.gms.common.api.GoogleApiActivity"
             android:exported="false"
-            android:theme="@android:style/Theme.Translucent.NoTitleBar" />
-        <activity
-            android:name="androidx.car.app.CarAppPermissionActivity"
-            android:exported="false"
-            android:theme="@android:style/Theme.Translucent.NoTitleBar" />
-
-        <receiver
-            android:name="androidx.car.app.notification.CarAppNotificationBroadcastReceiver"
-            android:exported="false" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
+            android:theme="@android:style/Theme.Translucent.NoTitleBar" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
         <provider
             android:name="io.sentry.android.core.SentryInitProvider"
             android:authorities="au.com.shiftyjelly.pocketcasts.SentryInitProvider"

Go to https://buildkite.com/automattic/pocket-casts-android/builds/18426/canvas?sid=01a0189f-b535-4393-acd2-caaa964fa718, click on the Artifacts tab and audit the files.

@wpmobilebot

Copy link
Copy Markdown
Collaborator

Project dependencies changes

list
+ New Dependencies
androidx.tracing:tracing-android:2.0.0

! Upgraded Dependencies
androidx.collection:collection:1.6.0, (changed from 1.5.0)
androidx.collection:collection-jvm:1.6.0, (changed from 1.5.0)
androidx.collection:collection-ktx:1.6.0, (changed from 1.5.0)
androidx.fragment:fragment:1.9.0, (changed from 1.8.9)
androidx.fragment:fragment-compose:1.9.0, (changed from 1.8.9)
androidx.fragment:fragment-ktx:1.9.0, (changed from 1.8.9)
androidx.tracing:tracing:2.0.0, (changed from 1.2.0)
androidx.tracing:tracing-ktx:2.0.0, (changed from 1.2.0)
tree
 +--- androidx.appcompat:appcompat:1.7.1
 |    +--- androidx.activity:activity:1.8.0 -> 1.13.0
 |    |    +--- androidx.core:core-ktx:1.18.0 -> 1.19.0
 |    |    |    \--- androidx.core:core:1.19.0
-|    |    |         +--- androidx.collection:collection:1.4.2 -> 1.5.0
-|    |    |         |    \--- androidx.collection:collection-jvm:1.5.0
-|    |    |         |         +--- androidx.annotation:annotation:1.9.1 -> 1.10.0 (*)
-|    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
-|    |    |         |         +--- androidx.collection:collection-ktx:1.5.0 (c)
-|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.21 (c)
+|    |    |         +--- androidx.collection:collection:1.4.2 -> 1.6.0
+|    |    |         |    \--- androidx.collection:collection-jvm:1.6.0
+|    |    |         |         +--- androidx.annotation:annotation:1.9.1 -> 1.10.0 (*)
+|    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    |    |         |         +--- org.jspecify:jspecify:1.0.0
+|    |    |         |         \--- androidx.collection:collection-ktx:1.6.0 (c)
 |    |    |         +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.11.0
 |    |    |         |    \--- androidx.lifecycle:lifecycle-runtime-android:2.11.0
-|    |    |         |         +--- androidx.collection:collection:1.5.0 (*)
+|    |    |         |         +--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |    |    |         |         \--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1
 |    |    |         |              \--- androidx.startup:startup-runtime:1.1.1 -> 1.2.0
-|    |    |         |                   \--- androidx.tracing:tracing:1.0.0 -> 1.2.0
-|    |    |         |                        +--- androidx.annotation:annotation:1.2.0 -> 1.10.0 (*)
-|    |    |         |                        \--- androidx.tracing:tracing-ktx:1.2.0 (c)
+|    |    |         |                   \--- androidx.tracing:tracing:1.0.0 -> 2.0.0
+|    |    |         |                        \--- androidx.tracing:tracing-android:2.0.0
+|    |    |         |                             +--- androidx.annotation:annotation:1.10.0 (*)
+|    |    |         |                             +--- androidx.annotation:annotation:1.7.0 -> 1.10.0 (*)
+|    |    |         |                             +--- androidx.collection:collection:1.6.0 (*)
+|    |    |         |                             +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    |    |         |                             +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.11.0 (*)
+|    |    |         |                             \--- androidx.tracing:tracing-ktx:2.0.0 (c)
-|    |    |         +--- androidx.tracing:tracing:1.2.0 (*)
+|    |    |         +--- androidx.tracing:tracing:1.2.0 -> 2.0.0 (*)
 |    |    |         \--- androidx.versionedparcelable:versionedparcelable:1.1.1
-|    |    |              \--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+|    |    |              \--- androidx.collection:collection:1.0.0 -> 1.6.0 (*)
 |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.11.0
 |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-android:2.11.0
-|    |    |         \--- androidx.collection:collection:1.5.0 (*)
+|    |    |         \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.11.0
 |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.11.0
-|    |    |         \--- androidx.collection:collection:1.5.0 (*)
+|    |    |         \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
-|    |    \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*)
+|    |    \--- androidx.tracing:tracing:1.0.0 -> 2.0.0 (*)
 |    +--- androidx.appcompat:appcompat-resources:1.7.1
-|    |    +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+|    |    +--- androidx.collection:collection:1.0.0 -> 1.6.0 (*)
 |    |    +--- androidx.vectordrawable:vectordrawable:1.1.0
-|    |    |    \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+|    |    |    \--- androidx.collection:collection:1.1.0 -> 1.6.0 (*)
 |    |    \--- androidx.vectordrawable:vectordrawable-animated:1.1.0
-|    |         \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+|    |         \--- androidx.collection:collection:1.1.0 -> 1.6.0 (*)
-|    +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+|    +--- androidx.collection:collection:1.0.0 -> 1.6.0 (*)
 |    +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1
 |    |    \--- androidx.customview:customview:1.1.0 -> 1.2.0
-|    |         \--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+|    |         \--- androidx.collection:collection:1.4.2 -> 1.6.0 (*)
 |    +--- androidx.emoji2:emoji2:1.3.0 -> 1.4.0
-|    |    \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+|    |    \--- androidx.collection:collection:1.1.0 -> 1.6.0 (*)
 |    +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0
-|    |    \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+|    |    \--- androidx.collection:collection:1.1.0 -> 1.6.0 (*)
-|    \--- androidx.fragment:fragment:1.5.4 -> 1.8.9
-|         +--- androidx.activity:activity:1.8.1 -> 1.13.0 (*)
-|         +--- androidx.annotation:annotation:1.1.0 -> 1.10.0 (*)
-|         +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.5.1 (*)
-|         +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-|         +--- androidx.core:core-ktx:1.2.0 -> 1.19.0 (*)
-|         +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.11.0 (*)
-|         +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.11.0 (*)
-|         +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.11.0 (*)
-|         +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.11.0 (*)
-|         +--- androidx.loader:loader:1.0.0 -> 1.1.0
-|         |    +--- androidx.annotation:annotation:1.0.0 -> 1.10.0 (*)
-|         |    +--- androidx.core:core:1.0.0 -> 1.19.0 (*)
-|         |    +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0 -> 2.11.0 (*)
-|         |    +--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.11.0 (*)
-|         |    \--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-|         +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*)
-|         +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
-|         +--- androidx.viewpager:viewpager:1.0.0
-|         |    +--- androidx.annotation:annotation:1.0.0 -> 1.10.0 (*)
-|         |    +--- androidx.core:core:1.0.0 -> 1.19.0 (*)
-|         |    \--- androidx.customview:customview:1.0.0 -> 1.2.0 (*)
-|         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.21 (*)
-|         +--- androidx.fragment:fragment-compose:1.8.9 (c)
-|         \--- androidx.fragment:fragment-ktx:1.8.9 (c)
+|    \--- androidx.fragment:fragment:1.5.4 -> 1.9.0
+|         +--- androidx.activity:activity-ktx:1.8.1 -> 1.13.0
+|         |    +--- androidx.activity:activity:1.13.0 (*)
+|         |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.11.0
+|         |    |    \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.11.0
+|         |    |         +--- androidx.annotation:annotation:1.9.1 -> 1.10.0 (*)
+|         |    |         +--- androidx.lifecycle:lifecycle-runtime:2.11.0 (*)
+|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|         |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.11.0 (*)
+|         |    |         +--- androidx.lifecycle:lifecycle-common:2.11.0 (c)
+|         |    |         +--- androidx.lifecycle:lifecycle-common-java8:2.11.0 (c)
+|         |    |         +--- androidx.lifecycle:lifecycle-livedata:2.11.0 (c)
+|         |    |         +--- androidx.lifecycle:lifecycle-livedata-core:2.11.0 (c)
+|         |    |         +--- androidx.lifecycle:lifecycle-livedata-ktx:2.11.0 (c)
+|         |    |         +--- androidx.lifecycle:lifecycle-process:2.11.0 (c)
+|         |    |         +--- androidx.lifecycle:lifecycle-reactivestreams:2.11.0 (c)
+|         |    |         +--- androidx.lifecycle:lifecycle-reactivestreams-ktx:2.11.0 (c)
+|         |    |         +--- androidx.lifecycle:lifecycle-runtime:2.11.0 (c)
+|         |    |         +--- androidx.lifecycle:lifecycle-runtime-compose:2.11.0 (c)
+|         |    |         +--- androidx.lifecycle:lifecycle-service:2.11.0 (c)
+|         |    |         +--- androidx.lifecycle:lifecycle-viewmodel:2.11.0 (c)
+|         |    |         +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.11.0 (c)
+|         |    |         +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.11.0 (c)
+|         |    |         +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.11.0 (c)
+|         |    |         \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.11.0 (c)
+|         |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.11.0
+|         |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.11.0 (*)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|         |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.11.0 (*)
+|         |    |    +--- androidx.lifecycle:lifecycle-common:2.11.0 (c)
+|         |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.11.0 (c)
+|         |    |    +--- androidx.lifecycle:lifecycle-livedata:2.11.0 (c)
+|         |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.11.0 (c)
+|         |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.11.0 (c)
+|         |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.11.0 (c)
+|         |    |    +--- androidx.lifecycle:lifecycle-process:2.11.0 (c)
+|         |    |    +--- androidx.lifecycle:lifecycle-reactivestreams:2.11.0 (c)
+|         |    |    +--- androidx.lifecycle:lifecycle-reactivestreams-ktx:2.11.0 (c)
+|         |    |    +--- androidx.lifecycle:lifecycle-runtime:2.11.0 (c)
+|         |    |    +--- androidx.lifecycle:lifecycle-runtime-compose:2.11.0 (c)
+|         |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.11.0 (c)
+|         |    |    +--- androidx.lifecycle:lifecycle-service:2.11.0 (c)
+|         |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.11.0 (c)
+|         |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.11.0 (c)
+|         |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.11.0 (c)
+|         |    +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.4.0
+|         |    |    +--- androidx.savedstate:savedstate:1.4.0 (*)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |    |    +--- androidx.savedstate:savedstate:1.4.0 (c)
+|         |    |    +--- androidx.savedstate:savedstate-compose:1.4.0 (c)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|         |    +--- androidx.activity:activity:1.13.0 (c)
+|         |    \--- androidx.activity:activity-compose:1.13.0 (c)
+|         +--- androidx.annotation:annotation:1.8.1 -> 1.10.0 (*)
+|         +--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.1 (*)
+|         +--- androidx.arch.core:core-common:2.2.0 (*)
+|         +--- androidx.collection:collection:1.4.2 -> 1.6.0 (*)
+|         +--- androidx.core:core-ktx:1.8.0 -> 1.19.0 (*)
+|         +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.11.0 (*)
+|         +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.11.0 (*)
+|         +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.11.0 (*)
+|         +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.11.0 (*)
+|         +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.11.0 (*)
+|         +--- androidx.loader:loader:1.0.0 -> 1.1.0
+|         |    +--- androidx.annotation:annotation:1.0.0 -> 1.10.0 (*)
+|         |    +--- androidx.core:core:1.0.0 -> 1.19.0 (*)
+|         |    +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0 -> 2.11.0 (*)
+|         |    +--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.11.0 (*)
+|         |    \--- androidx.collection:collection:1.0.0 -> 1.6.0 (*)
+|         +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
+|         +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+|         +--- androidx.tracing:tracing:2.0.0 (*)
+|         +--- androidx.viewpager:viewpager:1.0.0
+|         |    +--- androidx.annotation:annotation:1.0.0 -> 1.10.0 (*)
+|         |    +--- androidx.core:core:1.0.0 -> 1.19.0 (*)
+|         |    \--- androidx.customview:customview:1.0.0 -> 1.2.0 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|         +--- org.jspecify:jspecify:1.0.0
+|         +--- androidx.fragment:fragment-compose:1.9.0 (c)
+|         \--- androidx.fragment:fragment-ktx:1.9.0 (c)
 +--- androidx.mediarouter:mediarouter:1.8.1
 |    +--- androidx.media:media:1.4.1 -> 1.7.0
-|    |    \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+|    |    \--- androidx.collection:collection:1.1.0 -> 1.6.0 (*)
 |    \--- androidx.recyclerview:recyclerview:1.1.0 -> 1.4.0
-|         \--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+|         \--- androidx.collection:collection:1.4.2 -> 1.6.0 (*)
 +--- com.automattic.tracks:crashlogging:6.0.8
 |    \--- io.sentry:sentry-compose-android -> 8.18.0
 |         \--- androidx.compose.material3:material3:1.2.1 -> 1.4.0
 |              \--- androidx.compose.material3:material3-android:1.4.0
 |                   +--- androidx.activity:activity-compose:1.8.2 -> 1.13.0
 |                   |    +--- androidx.compose.runtime:runtime:1.7.0 -> 1.11.2
 |                   |    |    \--- androidx.compose.runtime:runtime-android:1.11.2
-|                   |    |         \--- androidx.collection:collection:1.5.0 (*)
+|                   |    |         \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |                   |    +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.11.2
 |                   |    |    \--- androidx.compose.runtime:runtime-saveable-android:1.11.2
-|                   |    |         +--- androidx.collection:collection:1.5.0 (*)
+|                   |    |         +--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |                   |    |         \--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 -> 2.11.0
 |                   |    |              \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.11.0
-|                   |    |                   \--- androidx.lifecycle:lifecycle-runtime-ktx:2.11.0
-|                   |    |                        \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.11.0
-|                   |    |                             +--- androidx.annotation:annotation:1.9.1 -> 1.10.0 (*)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-runtime:2.11.0 (*)
-|                   |    |                             +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
-|                   |    |                             +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.11.0 (*)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-common:2.11.0 (c)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-common-java8:2.11.0 (c)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-livedata:2.11.0 (c)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-livedata-core:2.11.0 (c)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.11.0 (c)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-livedata-ktx:2.11.0 (c)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-process:2.11.0 (c)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-reactivestreams:2.11.0 (c)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-reactivestreams-ktx:2.11.0 (c)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-runtime:2.11.0 (c)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-runtime-compose:2.11.0 (c)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-service:2.11.0 (c)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-viewmodel:2.11.0 (c)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.11.0 (c)
-|                   |    |                             +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.11.0 (c)
-|                   |    |                             \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.11.0 (c)
+|                   |    |                   \--- androidx.lifecycle:lifecycle-runtime-ktx:2.11.0 (*)
 |                   |    \--- androidx.compose.ui:ui:1.0.1 -> 1.11.2
 |                   |         \--- androidx.compose.ui:ui-android:1.11.2
-|                   |              +--- androidx.activity:activity-ktx:1.7.0 -> 1.13.0
-|                   |              |    +--- androidx.activity:activity:1.13.0 (*)
-|                   |              |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.11.0 (*)
-|                   |              |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.11.0
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.11.0 (*)
-|                   |              |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
-|                   |              |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.11.0 (*)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-common:2.11.0 (c)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.11.0 (c)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.11.0 (c)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.11.0 (c)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-process:2.11.0 (c)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-reactivestreams:2.11.0 (c)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-reactivestreams-ktx:2.11.0 (c)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-runtime:2.11.0 (c)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-runtime-compose:2.11.0 (c)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.11.0 (c)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-service:2.11.0 (c)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.11.0 (c)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.11.0 (c)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.11.0 (c)
-|                   |              |    |    +--- androidx.lifecycle:lifecycle-livedata:2.11.0 (c)
-|                   |              |    |    \--- androidx.lifecycle:lifecycle-common-java8:2.11.0 (c)
-|                   |              |    +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.4.0
-|                   |              |    |    +--- androidx.savedstate:savedstate:1.4.0 (*)
-|                   |              |    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
-|                   |              |    |    +--- androidx.savedstate:savedstate:1.4.0 (c)
-|                   |              |    |    +--- androidx.savedstate:savedstate-compose:1.4.0 (c)
-|                   |              |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
-|                   |              |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
-|                   |              |    +--- androidx.activity:activity:1.13.0 (c)
-|                   |              |    \--- androidx.activity:activity-compose:1.13.0 (c)
+|                   |              +--- androidx.activity:activity-ktx:1.7.0 -> 1.13.0 (*)
-|                   |              +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+|                   |              +--- androidx.collection:collection:1.4.2 -> 1.6.0 (*)
-|                   |              +--- androidx.collection:collection:1.5.0 (*)
+|                   |              +--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |                   |              +--- androidx.compose.runtime:runtime-retain:1.11.2
 |                   |              |    \--- androidx.compose.runtime:runtime-retain-android:1.11.2
-|                   |              |         \--- androidx.collection:collection:1.5.0 (*)
+|                   |              |         \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |                   |              +--- androidx.compose.ui:ui-geometry:1.11.2
 |                   |              |    \--- androidx.compose.ui:ui-geometry-android:1.11.2
 |                   |              |         \--- androidx.compose.ui:ui-util:1.11.2
 |                   |              |              \--- androidx.compose.ui:ui-util-android:1.11.2
-|                   |              |                   \--- androidx.collection:collection:1.4.3 -> 1.5.0 (*)
+|                   |              |                   \--- androidx.collection:collection:1.4.3 -> 1.6.0 (*)
 |                   |              +--- androidx.compose.ui:ui-graphics:1.11.2
 |                   |              |    \--- androidx.compose.ui:ui-graphics-android:1.11.2
-|                   |              |         +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+|                   |              |         +--- androidx.collection:collection:1.4.2 -> 1.6.0 (*)
 |                   |              |         \--- androidx.compose.ui:ui-unit:1.11.2
 |                   |              |              \--- androidx.compose.ui:ui-unit-android:1.11.2
-|                   |              |                   +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+|                   |              |                   +--- androidx.collection:collection:1.4.2 -> 1.6.0 (*)
-|                   |              |                   \--- androidx.collection:collection-ktx:1.4.2 -> 1.5.0
-|                   |              |                        +--- androidx.collection:collection:1.5.0 (*)
-|                   |              |                        \--- androidx.collection:collection:1.5.0 (c)
+|                   |              |                   \--- androidx.collection:collection-ktx:1.4.2 -> 1.6.0
+|                   |              |                        +--- androidx.collection:collection:1.6.0 (*)
+|                   |              |                        +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|                   |              |                        \--- androidx.collection:collection:1.6.0 (c)
 |                   |              +--- androidx.compose.ui:ui-text:1.11.2
 |                   |              |    \--- androidx.compose.ui:ui-text-android:1.11.2
-|                   |              |         \--- androidx.collection:collection:1.5.0 (*)
+|                   |              |         \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |                   |              +--- androidx.transition:transition:1.6.0
-|                   |              |    +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+|                   |              |    +--- androidx.collection:collection:1.4.2 -> 1.6.0 (*)
 |                   |              |    \--- androidx.dynamicanimation:dynamicanimation:1.0.0 -> 1.1.0
-|                   |              |         \--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+|                   |              |         \--- androidx.collection:collection:1.4.2 -> 1.6.0 (*)
 |                   |              \--- androidx.window:window:1.5.0
-|                   |                   \--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+|                   |                   \--- androidx.collection:collection:1.4.2 -> 1.6.0 (*)
-|                   +--- androidx.collection:collection:1.4.5 -> 1.5.0 (*)
+|                   +--- androidx.collection:collection:1.4.5 -> 1.6.0 (*)
 |                   +--- androidx.compose.animation:animation-core:1.8.1 -> 1.11.2
 |                   |    \--- androidx.compose.animation:animation-core-android:1.11.2
-|                   |         \--- androidx.collection:collection:1.5.0 (*)
+|                   |         \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |                   +--- androidx.compose.foundation:foundation:1.8.1 -> 1.11.2
 |                   |    \--- androidx.compose.foundation:foundation-android:1.11.2
-|                   |         +--- androidx.collection:collection:1.5.0 (*)
+|                   |         +--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |                   |         \--- androidx.compose.animation:animation:1.11.2
 |                   |              \--- androidx.compose.animation:animation-android:1.11.2
-|                   |                   +--- androidx.collection:collection:1.5.0 (*)
+|                   |                   +--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |                   |                   \--- androidx.compose.foundation:foundation-layout:1.10.0 -> 1.11.2
 |                   |                        \--- androidx.compose.foundation:foundation-layout-android:1.11.2
-|                   |                             \--- androidx.collection:collection:1.5.0 (*)
+|                   |                             \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |                   \--- androidx.compose.material:material-ripple:1.8.1 -> 1.11.2
 |                        \--- androidx.compose.material:material-ripple-android:1.11.2
-|                             \--- androidx.collection:collection:1.5.0 (*)
+|                             \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 +--- com.google.dagger:hilt-android:2.60.1
-|    \--- androidx.fragment:fragment:1.5.1 -> 1.8.9 (*)
+|    \--- androidx.fragment:fragment:1.5.1 -> 1.9.0 (*)
 +--- com.automattic:encryptedlogging:1.1.1
 |    \--- androidx.room:room-runtime:2.7.2 -> 2.8.4
 |         \--- androidx.room:room-runtime-android:2.8.4
-|              \--- androidx.collection:collection:1.5.0 (*)
+|              \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 +--- com.google.firebase:firebase-config -> 23.1.0
 |    \--- com.google.firebase:firebase-installations-interop:17.1.0 -> 17.3.0
 |         \--- com.google.android.gms:play-services-tasks:18.4.0
 |              \--- com.google.android.gms:play-services-basement:18.8.0 -> 18.9.0
-|                   +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+|                   +--- androidx.collection:collection:1.0.0 -> 1.6.0 (*)
-|                   \--- androidx.fragment:fragment:1.1.0 -> 1.8.9 (*)
+|                   \--- androidx.fragment:fragment:1.1.0 -> 1.9.0 (*)
-+--- androidx.fragment:fragment-ktx:1.8.9
-|    +--- androidx.activity:activity-ktx:1.8.1 -> 1.13.0 (*)
-|    +--- androidx.collection:collection-ktx:1.1.0 -> 1.5.0 (*)
-|    +--- androidx.core:core-ktx:1.2.0 -> 1.19.0 (*)
-|    +--- androidx.fragment:fragment:1.8.9 (*)
-|    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.11.0
-|    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.11.0 (*)
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
-|    |    +--- androidx.lifecycle:lifecycle-common:2.11.0 (c)
-|    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.11.0 (c)
-|    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.11.0 (c)
-|    |    +--- androidx.lifecycle:lifecycle-process:2.11.0 (c)
-|    |    +--- androidx.lifecycle:lifecycle-reactivestreams:2.11.0 (c)
-|    |    +--- androidx.lifecycle:lifecycle-reactivestreams-ktx:2.11.0 (c)
-|    |    +--- androidx.lifecycle:lifecycle-runtime:2.11.0 (c)
-|    |    +--- androidx.lifecycle:lifecycle-runtime-compose:2.11.0 (c)
-|    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.11.0 (c)
-|    |    +--- androidx.lifecycle:lifecycle-service:2.11.0 (c)
-|    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.11.0 (c)
-|    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.11.0 (c)
-|    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.11.0 (c)
-|    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.11.0 (c)
-|    |    +--- androidx.lifecycle:lifecycle-livedata:2.11.0 (c)
-|    |    \--- androidx.lifecycle:lifecycle-common-java8:2.11.0 (c)
-|    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.11.0 (*)
-|    +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.4.0 (*)
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.21 (*)
-|    +--- androidx.fragment:fragment:1.8.9 (c)
-|    \--- androidx.fragment:fragment-compose:1.8.9 (c)
++--- androidx.fragment:fragment-ktx:1.9.0
+|    +--- androidx.fragment:fragment:1.9.0 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    +--- androidx.fragment:fragment:1.9.0 (c)
+|    \--- androidx.fragment:fragment-compose:1.9.0 (c)
 +--- androidx.hilt:hilt-work:1.4.0
 |    \--- androidx.work:work-runtime:2.3.4 -> 2.11.2
 |         +--- androidx.lifecycle:lifecycle-livedata:2.6.2 -> 2.11.0
-|         |    \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.11.0 (*)
+|         |    \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.11.0
+|         |         +--- androidx.lifecycle:lifecycle-livedata-core:2.11.0 (*)
+|         |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|         |         +--- androidx.lifecycle:lifecycle-common:2.11.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-common-java8:2.11.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-livedata:2.11.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-livedata-core:2.11.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-livedata-ktx:2.11.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-process:2.11.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-reactivestreams:2.11.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-reactivestreams-ktx:2.11.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-runtime:2.11.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-runtime-compose:2.11.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-runtime-ktx:2.11.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-service:2.11.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-viewmodel:2.11.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.11.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.11.0 (c)
+|         |         \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.11.0 (c)
-|         \--- androidx.tracing:tracing-ktx:1.2.0
-|              +--- androidx.tracing:tracing:1.2.0 (*)
-|              +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.3.21 (*)
-|              \--- androidx.tracing:tracing:1.2.0 (c)
+|         \--- androidx.tracing:tracing-ktx:1.2.0 -> 2.0.0
+|              +--- androidx.tracing:tracing:2.0.0 (*)
+|              +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|              \--- androidx.tracing:tracing:2.0.0 (c)
 +--- com.google.android.horologist:horologist-auth-data-phone:0.8.3-alpha
 |    \--- com.google.android.gms:play-services-base:18.7.2
-|         +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+|         +--- androidx.collection:collection:1.0.0 -> 1.6.0 (*)
-|         \--- androidx.fragment:fragment:1.1.0 -> 1.8.9 (*)
+|         \--- androidx.fragment:fragment:1.1.0 -> 1.9.0 (*)
 +--- com.google.android.material:material:1.14.0
 |    +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0
-|    |    \--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+|    |    \--- androidx.collection:collection:1.0.0 -> 1.6.0 (*)
-|    +--- androidx.fragment:fragment:1.2.5 -> 1.8.9 (*)
+|    +--- androidx.fragment:fragment:1.2.5 -> 1.9.0 (*)
 |    +--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0
-|    |    +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+|    |    +--- androidx.collection:collection:1.1.0 -> 1.6.0 (*)
-|    |    \--- androidx.fragment:fragment:1.1.0 -> 1.8.9 (*)
+|    |    \--- androidx.fragment:fragment:1.1.0 -> 1.9.0 (*)
 |    \--- androidx.graphics:graphics-shapes:1.0.1
 |         \--- androidx.graphics:graphics-shapes-android:1.0.1
-|              \--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+|              \--- androidx.collection:collection:1.4.2 -> 1.6.0 (*)
 +--- com.google.android.gms:play-services-cast-framework:22.3.1
-|    +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+|    +--- androidx.collection:collection:1.0.0 -> 1.6.0 (*)
-|    \--- androidx.fragment:fragment:1.0.0 -> 1.8.9 (*)
+|    \--- androidx.fragment:fragment:1.0.0 -> 1.9.0 (*)
 +--- project ':modules:features:account'
 |    +--- androidx.navigation:navigation-runtime:2.9.8
 |    |    \--- androidx.navigation:navigation-runtime-android:2.9.8
-|    |         +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+|    |         +--- androidx.collection:collection:1.4.2 -> 1.6.0 (*)
 |    |         \--- androidx.navigation:navigation-common:2.9.8
 |    |              \--- androidx.navigation:navigation-common-android:2.9.8
-|    |                   \--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+|    |                   \--- androidx.collection:collection:1.4.2 -> 1.6.0 (*)
 |    +--- project ':modules:features:search'
 |    |    +--- project ':modules:services:analytics'
 |    |    |    +--- project ':modules:services:model'
 |    |    |    |    \--- project ':modules:services:utils'
 |    |    |    |         +--- com.google.firebase:firebase-analytics -> 23.2.0
 |    |    |    |         |    +--- com.google.android.gms:play-services-measurement:23.2.0
-|    |    |    |         |    |    +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+|    |    |    |         |    |    +--- androidx.collection:collection:1.0.0 -> 1.6.0 (*)
 |    |    |    |         |    |    \--- com.google.android.gms:play-services-measurement-impl:23.2.0
-|    |    |    |         |    |         \--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+|    |    |    |         |    |         \--- androidx.collection:collection:1.0.0 -> 1.6.0 (*)
 |    |    |    |         |    \--- com.google.android.gms:play-services-measurement-sdk:23.2.0
-|    |    |    |         |         \--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+|    |    |    |         |         \--- androidx.collection:collection:1.0.0 -> 1.6.0 (*)
 |    |    |    |         \--- com.google.android.gms:play-services-auth:21.6.0
-|    |    |    |              +--- androidx.fragment:fragment:1.5.7 -> 1.8.9 (*)
+|    |    |    |              +--- androidx.fragment:fragment:1.5.7 -> 1.9.0 (*)
 |    |    |    |              \--- com.google.android.gms:play-services-auth-base:18.0.10
-|    |    |    |                   \--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+|    |    |    |                   \--- androidx.collection:collection:1.0.0 -> 1.6.0 (*)
 |    |    |    \--- project ':modules:services:preferences'
 |    |    |         \--- androidx.preference:preference-ktx:1.2.1
 |    |    |              +--- androidx.preference:preference:1.2.1
-|    |    |              |    +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.8.9 (*)
+|    |    |              |    +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.9.0 (*)
-|    |    |              |    \--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+|    |    |              |    \--- androidx.collection:collection:1.0.0 -> 1.6.0 (*)
-|    |    |              \--- androidx.fragment:fragment-ktx:1.3.6 -> 1.8.9 (*)
+|    |    |              \--- androidx.fragment:fragment-ktx:1.3.6 -> 1.9.0 (*)
 |    |    +--- project ':modules:services:repositories'
 |    |    |    +--- com.google.android.play:review-ktx:2.0.2
-|    |    |    |    \--- androidx.fragment:fragment:1.1.0 -> 1.8.9 (*)
+|    |    |    |    \--- androidx.fragment:fragment:1.1.0 -> 1.9.0 (*)
 |    |    |    \--- androidx.media3:media3-session:1.10.1
-|    |    |         \--- androidx.collection:collection:1.2.0 -> 1.5.0 (*)
+|    |    |         \--- androidx.collection:collection:1.2.0 -> 1.6.0 (*)
 |    |    +--- project ':modules:services:views'
 |    |    |    +--- project ':modules:services:compose'
 |    |    |    |    +--- io.coil-kt.coil3:coil-compose:3.5.0
 |    |    |    |    |    \--- io.coil-kt.coil3:coil-compose-android:3.5.0
 |    |    |    |    |         \--- io.coil-kt.coil3:coil-compose-core:3.5.0
 |    |    |    |    |              \--- io.coil-kt.coil3:coil-compose-core-android:3.5.0
 |    |    |    |    |                   \--- org.jetbrains.compose.foundation:foundation:1.11.1
-|    |    |    |    |                        +--- androidx.collection:collection:1.5.0 (*)
+|    |    |    |    |                        +--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |    |    |    |    |                        \--- org.jetbrains.compose.animation:animation:1.11.1
-|    |    |    |    |                             +--- androidx.collection:collection:1.5.0 (*)
+|    |    |    |    |                             +--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |    |    |    |    |                             +--- org.jetbrains.compose.animation:animation-core:1.11.1
-|    |    |    |    |                             |    +--- androidx.collection:collection:1.5.0 (*)
+|    |    |    |    |                             |    +--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |    |    |    |    |                             |    \--- org.jetbrains.compose.ui:ui:1.11.1
-|    |    |    |    |                             |         +--- androidx.collection:collection:1.5.0 (*)
+|    |    |    |    |                             |         +--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |    |    |    |    |                             |         +--- org.jetbrains.compose.ui:ui-geometry:1.11.1
 |    |    |    |    |                             |         |    \--- org.jetbrains.compose.ui:ui-util:1.11.1
-|    |    |    |    |                             |         |         \--- androidx.collection:collection:1.5.0 (*)
+|    |    |    |    |                             |         |         \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |    |    |    |    |                             |         +--- org.jetbrains.compose.ui:ui-graphics:1.11.1
-|    |    |    |    |                             |         |    +--- androidx.collection:collection:1.5.0 (*)
+|    |    |    |    |                             |         |    +--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |    |    |    |    |                             |         |    \--- org.jetbrains.compose.ui:ui-unit:1.11.1
-|    |    |    |    |                             |         |         \--- androidx.collection:collection:1.5.0 (*)
+|    |    |    |    |                             |         |         \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |    |    |    |    |                             |         \--- org.jetbrains.compose.ui:ui-text:1.11.1
-|    |    |    |    |                             |              \--- androidx.collection:collection:1.5.0 (*)
+|    |    |    |    |                             |              \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |    |    |    |    |                             \--- org.jetbrains.compose.foundation:foundation-layout:1.11.1
-|    |    |    |    |                                  \--- androidx.collection:collection:1.5.0 (*)
+|    |    |    |    |                                  \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
 |    |    |    |    +--- androidx.compose.animation:animation-graphics -> 1.11.2
 |    |    |    |    |    \--- androidx.compose.animation:animation-graphics-android:1.11.2
-|    |    |    |    |         \--- androidx.collection:collection:1.5.0 (*)
+|    |    |    |    |         \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
-|    |    |    |    +--- androidx.fragment:fragment-compose:1.8.9
-|    |    |    |    |    +--- androidx.compose.runtime:runtime:1.5.4 -> 1.11.2 (*)
-|    |    |    |    |    +--- androidx.compose.ui:ui:1.5.4 -> 1.11.2 (*)
-|    |    |    |    |    +--- androidx.core:core-ktx:1.12.0 -> 1.19.0 (*)
-|    |    |    |    |    +--- androidx.fragment:fragment-ktx:1.8.9 (*)
-|    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.21 (*)
-|    |    |    |    |    +--- androidx.fragment:fragment:1.8.9 (c)
-|    |    |    |    |    \--- androidx.fragment:fragment-ktx:1.8.9 (c)
+|    |    |    |    +--- androidx.fragment:fragment-compose:1.9.0
+|    |    |    |    |    +--- androidx.compose.runtime:runtime:1.6.0 -> 1.11.2 (*)
+|    |    |    |    |    +--- androidx.compose.runtime:runtime-saveable:1.6.0 -> 1.11.2 (*)
+|    |    |    |    |    +--- androidx.compose.ui:ui:1.6.0 -> 1.11.2 (*)
+|    |    |    |    |    +--- androidx.core:core-ktx:1.12.0 -> 1.19.0 (*)
+|    |    |    |    |    +--- androidx.fragment:fragment-ktx:1.9.0 (*)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-compose:2.11.0 (*)
+|    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    |    |    |    |    +--- androidx.fragment:fragment:1.9.0 (c)
+|    |    |    |    |    \--- androidx.fragment:fragment-ktx:1.9.0 (c)
 |    |    |    |    \--- androidx.navigation:navigation-compose:2.9.8
 |    |    |    |         \--- androidx.navigation:navigation-compose-android:2.9.8
-|    |    |    |              \--- androidx.collection:collection:1.4.5 -> 1.5.0 (*)
+|    |    |    |              \--- androidx.collection:collection:1.4.5 -> 1.6.0 (*)
-|    |    |    +--- androidx.fragment:fragment-compose:1.8.9 (*)
+|    |    |    +--- androidx.fragment:fragment-compose:1.9.0 (*)
-|    |    |    \--- androidx.fragment:fragment-ktx:1.8.9 (*)
+|    |    |    \--- androidx.fragment:fragment-ktx:1.9.0 (*)
-|    |    +--- androidx.fragment:fragment-compose:1.8.9 (*)
+|    |    +--- androidx.fragment:fragment-compose:1.9.0 (*)
-|    |    \--- androidx.fragment:fragment-ktx:1.8.9 (*)
+|    |    \--- androidx.fragment:fragment-ktx:1.9.0 (*)
 |    +--- project ':modules:features:settings'
 |    |    +--- com.mikepenz:aboutlibraries-compose:15.0.4
 |    |    |    \--- com.mikepenz:aboutlibraries-compose-android:15.0.4
 |    |    |         \--- org.jetbrains.compose.material:material:1.11.1
 |    |    |              \--- org.jetbrains.compose.material:material-ripple:1.11.1
-|    |    |                   \--- androidx.collection:collection:1.5.0 (*)
+|    |    |                   \--- androidx.collection:collection:1.5.0 -> 1.6.0 (*)
-|    |    +--- androidx.fragment:fragment-compose:1.8.9 (*)
+|    |    +--- androidx.fragment:fragment-compose:1.9.0 (*)
-|    |    \--- androidx.fragment:fragment-ktx:1.8.9 (*)
+|    |    \--- androidx.fragment:fragment-ktx:1.9.0 (*)
 |    +--- androidx.constraintlayout:constraintlayout-compose:1.1.1
 |    |    \--- androidx.constraintlayout:constraintlayout-compose-android:1.1.1
-|    |         \--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+|    |         \--- androidx.collection:collection:1.4.2 -> 1.6.0 (*)
-|    +--- androidx.fragment:fragment-compose:1.8.9 (*)
+|    +--- androidx.fragment:fragment-compose:1.9.0 (*)
-|    +--- androidx.fragment:fragment-ktx:1.8.9 (*)
+|    +--- androidx.fragment:fragment-ktx:1.9.0 (*)
 |    +--- androidx.navigation:navigation-fragment-ktx:2.9.8
 |    |    \--- androidx.navigation:navigation-fragment:2.9.8
-|    |         \--- androidx.fragment:fragment-ktx:1.6.2 -> 1.8.9 (*)
+|    |         \--- androidx.fragment:fragment-ktx:1.6.2 -> 1.9.0 (*)
 |    \--- androidx.credentials:credentials:1.6.0
 |         \--- androidx.biometric:biometric:1.1.0
-|              \--- androidx.fragment:fragment:1.2.5 -> 1.8.9 (*)
+|              \--- androidx.fragment:fragment:1.2.5 -> 1.9.0 (*)
 +--- project ':modules:features:appreview'
-|    +--- androidx.fragment:fragment-compose:1.8.9 (*)
+|    +--- androidx.fragment:fragment-compose:1.9.0 (*)
-|    \--- androidx.fragment:fragment-ktx:1.8.9 (*)
+|    \--- androidx.fragment:fragment-ktx:1.9.0 (*)
 +--- project ':modules:features:discover'
-|    +--- androidx.fragment:fragment-ktx:1.8.9 (*)
+|    +--- androidx.fragment:fragment-ktx:1.9.0 (*)
 |    \--- project ':modules:features:podcasts'
 |         +--- project ':modules:features:player'
 |         |    +--- project ':modules:features:transcripts'
-|         |    |    \--- androidx.fragment:fragment-ktx:1.8.9 (*)
+|         |    |    \--- androidx.fragment:fragment-ktx:1.9.0 (*)
-|         |    +--- androidx.fragment:fragment-compose:1.8.9 (*)
+|         |    +--- androidx.fragment:fragment-compose:1.9.0 (*)
-|         |    +--- androidx.fragment:fragment-ktx:1.8.9 (*)
+|         |    +--- androidx.fragment:fragment-ktx:1.9.0 (*)
 |         |    \--- project ':modules:features:reimagine'
-|         |         +--- androidx.fragment:fragment-compose:1.8.9 (*)
+|         |         +--- androidx.fragment:fragment-compose:1.9.0 (*)
-|         |         \--- androidx.fragment:fragment-ktx:1.8.9 (*)
+|         |         \--- androidx.fragment:fragment-ktx:1.9.0 (*)
-|         +--- androidx.fragment:fragment-compose:1.8.9 (*)
+|         +--- androidx.fragment:fragment-compose:1.9.0 (*)
-|         +--- androidx.fragment:fragment-ktx:1.8.9 (*)
+|         +--- androidx.fragment:fragment-ktx:1.9.0 (*)
 |         \--- project ':modules:features:chat'
-|              \--- androidx.fragment:fragment-ktx:1.8.9 (*)
+|              \--- androidx.fragment:fragment-ktx:1.9.0 (*)
 +--- project ':modules:features:filters'
-|    +--- androidx.fragment:fragment-compose:1.8.9 (*)
+|    +--- androidx.fragment:fragment-compose:1.9.0 (*)
-|    \--- androidx.fragment:fragment-ktx:1.8.9 (*)
+|    \--- androidx.fragment:fragment-ktx:1.9.0 (*)
 \--- project ':modules:features:profile'
-     +--- androidx.fragment:fragment-compose:1.8.9 (*)
+     +--- androidx.fragment:fragment-compose:1.9.0 (*)
-     +--- androidx.fragment:fragment-ktx:1.8.9 (*)
+     +--- androidx.fragment:fragment-ktx:1.9.0 (*)
      \--- project ':modules:features:referrals'
-          \--- androidx.fragment:fragment-compose:1.8.9 (*)
+          \--- androidx.fragment:fragment-compose:1.9.0 (*)

@wpmobilebot

Copy link
Copy Markdown
Collaborator

Project manifest changes for wear

The following changes in the wear's merged AndroidManifest.xml file were detected (build variant: release):

--- ./build/reports/diff_manifest/wear/release/base_manifest.txt	2026-08-19 06:07:25.417332208 +0000
+++ ./build/reports/diff_manifest/wear/release/head_manifest.txt	2026-08-19 06:07:29.461506890 +0000
@@ -46,17 +46,17 @@
             android:authorities="androidx.car.app.connection" />
 
         <intent>
-            <action android:name="com.google.android.gms.wearable.CAPABILITY_CHANGED" />
-
-            <data android:scheme="wear" />
-        </intent>
-        <intent>
             <action android:name="com.android.vending.billing.InAppBillingService.BIND" />
         </intent>
         <intent>
             <action android:name="com.google.android.apps.play.billingtestcompanion.BillingOverrideService.BIND" />
         </intent>
         <intent>
+            <action android:name="com.google.android.gms.wearable.CAPABILITY_CHANGED" />
+
+            <data android:scheme="wear" />
+        </intent>
+        <intent>
             <action android:name="androidx.wear.tiles.action.BIND_UPDATE_REQUESTER" />
         </intent>
     </queries>
@@ -180,14 +180,14 @@
                 android:name="androidx.emoji2.text.EmojiCompatInitializer"
                 android:value="androidx.startup" />
             <meta-data
-                android:name="androidx.lifecycle.ProcessLifecycleInitializer"
-                android:value="androidx.startup" />
-            <meta-data
                 android:name="androidx.profileinstaller.ProfileInstallerInitializer"
                 android:value="androidx.startup" />
             <meta-data
                 android:name="okhttp3.internal.platform.PlatformInitializer"
                 android:value="androidx.startup" />
+            <meta-data
+                android:name="androidx.lifecycle.ProcessLifecycleInitializer"
+                android:value="androidx.startup" />
         </provider>
 
         <service
@@ -342,21 +342,6 @@
             android:name="androidx.car.app.notification.CarAppNotificationBroadcastReceiver"
             android:exported="false" />
 
-        <activity
-            android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity"
-            android:excludeFromRecents="true"
-            android:exported="false"
-            android:theme="@android:style/Theme.Translucent.NoTitleBar" />
-        <!--
-            Service handling Google Sign-In user revocation. For apps that do not integrate with
-            Google Sign-In, this service will never be started.
-        -->
-        <service
-            android:name="com.google.android.gms.auth.api.signin.RevocationBoundService"
-            android:exported="true"
-            android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION"
-            android:visibleToInstantApps="true" />
-
         <meta-data
             android:name="com.google.android.play.billingclient.version"
             android:value="9.1.0" />
@@ -371,27 +356,9 @@
             android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
             android:exported="false"
             android:theme="@android:style/Theme.Translucent.NoTitleBar" />
-
-        <receiver
-            android:name="com.google.android.gms.measurement.AppMeasurementReceiver"
-            android:enabled="true"
-            android:exported="false" >
-        </receiver>
-
-        <service
-            android:name="com.google.android.gms.measurement.AppMeasurementService"
-            android:enabled="true"
-            android:exported="false" />
-        <service
-            android:name="com.google.android.gms.measurement.AppMeasurementJobService"
-            android:enabled="true"
-            android:exported="false"
-            android:permission="android.permission.BIND_JOB_SERVICE" />
-
         <activity
-            android:name="com.google.android.gms.common.api.GoogleApiActivity"
-            android:exported="false"
-            android:theme="@android:style/Theme.Translucent.NoTitleBar" />
+            android:name="androidx.compose.ui.tooling.PreviewActivity"
+            android:exported="true" />
 
         <service
             android:name="androidx.work.impl.background.systemjob.SystemJobService"
@@ -425,14 +392,53 @@
             </intent-filter>
         </receiver>
 
+        <activity
+            android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity"
+            android:excludeFromRecents="true"
+            android:exported="false"
+            android:theme="@android:style/Theme.Translucent.NoTitleBar" />
+        <!--
+            Service handling Google Sign-In user revocation. For apps that do not integrate with
+            Google Sign-In, this service will never be started.
+        -->
+        <service
+            android:name="com.google.android.gms.auth.api.signin.RevocationBoundService"
+            android:exported="true"
+            android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION"
+            android:visibleToInstantApps="true" />
+
+        <receiver
+            android:name="com.google.android.gms.measurement.AppMeasurementReceiver"
+            android:enabled="true"
+            android:exported="false" >
+        </receiver>
+
+        <service
+            android:name="com.google.android.gms.measurement.AppMeasurementService"
+            android:enabled="true"
+            android:exported="false" />
+        <service
+            android:name="com.google.android.gms.measurement.AppMeasurementJobService"
+            android:enabled="true"
+            android:exported="false"
+            android:permission="android.permission.BIND_JOB_SERVICE" />
+
+        <activity
+            android:name="com.google.android.gms.common.api.GoogleApiActivity"
+            android:exported="false"
+            android:theme="@android:style/Theme.Translucent.NoTitleBar" />
+
         <service
             android:name="androidx.room.MultiInstanceInvalidationService"
             android:directBootAware="true"
             android:exported="false" />
 
-        <activity
-            android:name="androidx.compose.ui.tooling.PreviewActivity"
-            android:exported="true" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
+        <uses-library
+            android:name="androidx.window.extensions"
+            android:required="false" />
+        <uses-library
+            android:name="androidx.window.sidecar"
+            android:required="false" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
         <provider
             android:name="io.sentry.android.core.SentryInitProvider"
             android:authorities="au.com.shiftyjelly.pocketcasts.SentryInitProvider"
@@ -444,12 +450,6 @@
             android:initOrder="200" />
 
         <uses-library
-            android:name="androidx.window.extensions"
-            android:required="false" />
-        <uses-library
-            android:name="androidx.window.sidecar"
-            android:required="false" />
-        <uses-library
             android:name="android.ext.adservices"
             android:required="false" />
 

Go to https://buildkite.com/automattic/pocket-casts-android/builds/18426/canvas?sid=01a0189f-b535-4393-acd2-caaa964fa718, click on the Artifacts tab and audit the files.

@wpmobilebot

Copy link
Copy Markdown
Collaborator

Project manifest changes for automotive

The following changes in the automotive's merged AndroidManifest.xml file were detected (build variant: release):

--- ./build/reports/diff_manifest/automotive/release/base_manifest.txt	2026-08-19 06:07:35.287707975 +0000
+++ ./build/reports/diff_manifest/automotive/release/head_manifest.txt	2026-08-19 06:07:39.108928390 +0000
@@ -47,16 +47,17 @@
 
             <data android:scheme="wear" />
         </intent>
+
+        <provider
+            android:name="androidx.car.app.connection.provider"
+            android:authorities="androidx.car.app.connection" />
+
         <intent>
             <action android:name="com.android.vending.billing.InAppBillingService.BIND" />
         </intent>
         <intent>
             <action android:name="com.google.android.apps.play.billingtestcompanion.BillingOverrideService.BIND" />
         </intent>
-
-        <provider
-            android:name="androidx.car.app.connection.provider"
-            android:authorities="androidx.car.app.connection" />
     </queries>
 
     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
@@ -130,10 +131,10 @@
                 android:name="androidx.lifecycle.ProcessLifecycleInitializer"
                 android:value="androidx.startup" />
             <meta-data
-                android:name="androidx.profileinstaller.ProfileInstallerInitializer"
+                android:name="okhttp3.internal.platform.PlatformInitializer"
                 android:value="androidx.startup" />
             <meta-data
-                android:name="okhttp3.internal.platform.PlatformInitializer"
+                android:name="androidx.profileinstaller.ProfileInstallerInitializer"
                 android:value="androidx.startup" />
         </provider>
 
@@ -321,6 +322,15 @@
             android:exported="false" />
 
         <activity
+            android:name="androidx.car.app.CarAppPermissionActivity"
+            android:exported="false"
+            android:theme="@android:style/Theme.Translucent.NoTitleBar" />
+
+        <receiver
+            android:name="androidx.car.app.notification.CarAppNotificationBroadcastReceiver"
+            android:exported="false" />
+
+        <activity
             android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity"
             android:excludeFromRecents="true"
             android:exported="false"
@@ -411,16 +421,7 @@
 
         <meta-data
             android:name="com.google.android.gms.version"
-            android:value="@integer/google_play_services_version" />
-
-        <activity
-            android:name="androidx.car.app.CarAppPermissionActivity"
-            android:exported="false"
-            android:theme="@android:style/Theme.Translucent.NoTitleBar" />
-
-        <receiver
-            android:name="androidx.car.app.notification.CarAppNotificationBroadcastReceiver"
-            android:exported="false" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
+            android:value="@integer/google_play_services_version" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
         <provider
             android:name="io.sentry.android.core.SentryInitProvider"
             android:authorities="au.com.shiftyjelly.pocketcasts.SentryInitProvider"

Go to https://buildkite.com/automattic/pocket-casts-android/builds/18426/canvas?sid=01a0189f-b535-4393-acd2-caaa964fa718, click on the Artifacts tab and audit the files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Area] Dependencies Pull requests that update a dependency file [Type] Tech Debt Involving upgrades or refactoring to maintain or enhance the codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants