Skip to content

Bump androidx-camera from 1.2.3 to 1.4.2 #14169

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

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2025

Bumps androidx-camera from 1.2.3 to 1.4.2.
Updates androidx.camera:camera-camera2 from 1.2.3 to 1.4.2

Updates androidx.camera:camera-lifecycle from 1.2.3 to 1.4.2

Updates androidx.camera:camera-view from 1.2.3 to 1.4.2

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 `androidx-camera` from 1.2.3 to 1.4.2.

Updates `androidx.camera:camera-camera2` from 1.2.3 to 1.4.2

Updates `androidx.camera:camera-lifecycle` from 1.2.3 to 1.4.2

Updates `androidx.camera:camera-view` from 1.2.3 to 1.4.2

---
updated-dependencies:
- dependency-name: androidx.camera:camera-camera2
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.camera:camera-lifecycle
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.camera:camera-view
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Jun 10, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 10, 2025 18:34
@dependabot dependabot bot requested review from hichamboushaba and removed request for a team June 10, 2025 18:34
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Jun 10, 2025
@dangermattic
Copy link
Collaborator

1 Error
🚫 PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot
Copy link
Collaborator

Project manifest changes for WooCommerce

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

--- ./build/reports/diff_manifest/WooCommerce/vanillaRelease/base_manifest.txt	2025-06-10 18:38:58.371400132 +0000
+++ ./build/reports/diff_manifest/WooCommerce/vanillaRelease/head_manifest.txt	2025-06-10 18:39:06.331389509 +0000
@@ -428,6 +428,18 @@
             android:name="zendesk.messaging.MessagingActivity"
             android:windowSoftInputMode="adjustResize" />
         <!--
+        Service for holding metadata. Cannot be instantiated.
+        Metadata will be merged from other manifests.
+        -->
+        <service
+            android:name="androidx.camera.core.impl.MetadataHolderService"
+            android:enabled="false"
+            android:exported="false" >
+            <meta-data
+                android:name="androidx.camera.core.impl.MetadataHolderService.DEFAULT_CONFIG_PROVIDER"
+                android:value="androidx.camera.camera2.Camera2Config$DefaultProvider" />
+        </service>
+        <!--
         This activity is an invisible delegate activity to start scanner activity
         and receive result, so it's unnecessary to support screen orientation and
         we can avoid any side effect from activity recreation in any case.
@@ -598,14 +610,6 @@
             android:exported="true" />
 
         <service
-            android:name="androidx.camera.core.impl.MetadataHolderService"
-            android:enabled="false"
-            android:exported="false" >
-            <meta-data
-                android:name="androidx.camera.core.impl.MetadataHolderService.DEFAULT_CONFIG_PROVIDER"
-                android:value="androidx.camera.camera2.Camera2Config$DefaultProvider" />
-        </service>
-        <service
             android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"
             android:directBootAware="false"
             android:enabled="@bool/enable_system_alarm_service_default"
@@ -757,11 +761,6 @@
             android:name="com.google.android.gms.version"
             android:value="@integer/google_play_services_version" />
 
-        <provider
-            android:name="com.squareup.picasso.PicassoProvider"
-            android:authorities="com.woocommerce.android.com.squareup.picasso"
-            android:exported="false" />
-
         <receiver
             android:name="androidx.profileinstaller.ProfileInstallReceiver"
             android:directBootAware="false"
@@ -782,6 +781,11 @@
             </intent-filter>
         </receiver>
 
+        <provider
+            android:name="com.squareup.picasso.PicassoProvider"
+            android:authorities="com.woocommerce.android.com.squareup.picasso"
+            android:exported="false" />
+
         <service
             android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery"
             android:exported="false" >

Go to https://buildkite.com/automattic/woocommerce-android/builds/29800/canvas?sid=01975b1f-6632-44b3-902f-cb81dc9d09ff, click on the Artifacts tab and audit the files.

@wpmobilebot
Copy link
Collaborator

Project dependencies changes

list
+ New Dependencies
androidx.camera:camera-video:1.4.2
androidx.concurrent:concurrent-futures-ktx:1.1.0
androidx.tracing:tracing-ktx:1.2.0

! Upgraded Dependencies
androidx.camera:camera-camera2:1.4.2, (changed from 1.2.3)
androidx.camera:camera-core:1.4.2, (changed from 1.2.3)
androidx.camera:camera-lifecycle:1.4.2, (changed from 1.2.3)
androidx.camera:camera-view:1.4.2, (changed from 1.2.3)
androidx.tracing:tracing:1.2.0, (changed from 1.0.0)
tree
 +--- com.google.firebase:firebase-messaging -> 24.1.0
 |    \--- com.google.firebase:firebase-common:21.0.0
 |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 -> 1.10.2
 |              \--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.2.0
 |                   \--- com.google.android.gms:play-services-basement:18.4.0 -> 18.5.0
 |                        +--- androidx.core:core:1.2.0 -> 1.13.1
 |                        |    \--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7
 |                        |         \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7
 |                        |              \--- androidx.profileinstaller:profileinstaller:1.3.1
 |                        |                   \--- androidx.startup:startup-runtime:1.1.1
-|                        |                        \--- androidx.tracing:tracing:1.0.0
-|                        |                             \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
+|                        |                        \--- androidx.tracing:tracing:1.0.0 -> 1.2.0
+|                        |                             +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+|                        |                             \--- androidx.tracing:tracing-ktx:1.2.0 (c)
 |                        \--- androidx.fragment:fragment:1.1.0 -> 1.8.5
 |                             \--- androidx.activity:activity:1.8.1 -> 1.8.2
-|                                  \--- androidx.tracing:tracing:1.0.0 (*)
+|                                  \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*)
 +--- project :libs:login
 |    \--- com.github.bumptech.glide:glide:4.16.0
-|         \--- androidx.tracing:tracing:1.0.0 (*)
+|         \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*)
-+--- androidx.camera:camera-camera2:1.2.3
-|    +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
-|    +--- androidx.camera:camera-core:1.2.3
-|    |    +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
-|    |    +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*)
-|    |    +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
-|    |    +--- androidx.core:core:1.1.0 -> 1.13.1 (*)
-|    |    +--- androidx.exifinterface:exifinterface:1.3.2 -> 1.3.6 (*)
-|    |    +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.8.7 (*)
-|    |    +--- androidx.lifecycle:lifecycle-livedata:2.1.0 -> 2.8.7 (*)
-|    |    +--- com.google.auto.value:auto-value-annotations:1.6.3
-|    |    +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 2.1.10 (*)
-|    +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
-|    +--- androidx.core:core:1.1.0 -> 1.13.1 (*)
-|    +--- com.google.auto.value:auto-value-annotations:1.6.3
-|    \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
++--- androidx.camera:camera-camera2:1.4.2
+|    +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+|    +--- androidx.camera:camera-core:1.4.2
+|    |    +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+|    |    +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+|    |    +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
+|    |    +--- androidx.concurrent:concurrent-futures-ktx:1.1.0
+|    |    |    +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.4 -> 1.10.2 (*)
+|    |    +--- androidx.core:core:1.1.0 -> 1.13.1 (*)
+|    |    +--- androidx.exifinterface:exifinterface:1.3.2 -> 1.3.6 (*)
+|    |    +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.8.7 (*)
+|    |    +--- androidx.lifecycle:lifecycle-livedata:2.1.0 -> 2.8.7 (*)
+|    |    +--- androidx.tracing:tracing:1.2.0 (*)
+|    |    +--- com.google.auto.value:auto-value-annotations:1.6.3
+|    |    +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.2 (*)
+|    |    +--- androidx.camera:camera-camera2:1.4.2 (c)
+|    |    +--- androidx.camera:camera-lifecycle:1.4.2 (c)
+|    |    +--- androidx.camera:camera-video:1.4.2 (c)
+|    |    \--- androidx.camera:camera-view:1.4.2 (c)
+|    +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
+|    +--- androidx.core:core:1.1.0 -> 1.13.1 (*)
+|    +--- androidx.tracing:tracing:1.2.0 (*)
+|    +--- com.google.auto.value:auto-value-annotations:1.6.3
+|    +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+|    +--- androidx.camera:camera-core:1.4.2 (c)
+|    +--- androidx.camera:camera-lifecycle:1.4.2 (c)
+|    +--- androidx.camera:camera-view:1.4.2 (c)
+|    \--- androidx.camera:camera-video:1.4.2 (c)
-+--- androidx.camera:camera-lifecycle:1.2.3
-|    +--- androidx.camera:camera-core:1.2.3 (*)
-|    +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
-|    +--- androidx.core:core:1.1.0 -> 1.13.1 (*)
-|    +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.8.7 (*)
-|    +--- com.google.auto.value:auto-value-annotations:1.6.3
-|    \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
++--- androidx.camera:camera-lifecycle:1.4.2
+|    +--- androidx.camera:camera-core:1.4.2 (*)
+|    +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
+|    +--- androidx.concurrent:concurrent-futures-ktx:1.1.0 (*)
+|    +--- androidx.core:core:1.1.0 -> 1.13.1 (*)
+|    +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.8.7 (*)
+|    +--- androidx.tracing:tracing-ktx:1.2.0
+|    |    +--- androidx.tracing:tracing:1.2.0 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.10 (*)
+|    |    \--- androidx.tracing:tracing:1.2.0 (c)
+|    +--- com.google.auto.value:auto-value-annotations:1.6.3
+|    +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+|    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.2 (*)
+|    +--- androidx.camera:camera-camera2:1.4.2 (c)
+|    +--- androidx.camera:camera-core:1.4.2 (c)
+|    +--- androidx.camera:camera-view:1.4.2 (c)
+|    \--- androidx.camera:camera-video:1.4.2 (c)
-\--- androidx.camera:camera-view:1.2.3
-     +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
-     +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*)
-     +--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*)
-     +--- androidx.camera:camera-core:1.2.3 (*)
-     +--- androidx.camera:camera-lifecycle:1.2.3 (*)
-     +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
-     +--- androidx.core:core:1.3.2 -> 1.13.1 (*)
-     +--- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.8.7 (*)
-     +--- com.google.auto.value:auto-value-annotations:1.6.3
-     \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+\--- androidx.camera:camera-view:1.4.2
+     +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+     +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+     +--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*)
+     +--- androidx.camera:camera-core:1.4.2 (*)
+     +--- androidx.camera:camera-lifecycle:1.4.2 (*)
+     +--- androidx.camera:camera-video:1.4.2
+     |    +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+     |    +--- androidx.camera:camera-core:1.4.2 (*)
+     |    +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
+     |    +--- androidx.core:core:1.1.0 -> 1.13.1 (*)
+     |    +--- com.google.auto.value:auto-value-annotations:1.6.3
+     |    +--- androidx.camera:camera-camera2:1.4.2 (c)
+     |    +--- androidx.camera:camera-core:1.4.2 (c)
+     |    +--- androidx.camera:camera-lifecycle:1.4.2 (c)
+     |    \--- androidx.camera:camera-view:1.4.2 (c)
+     +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
+     +--- androidx.core:core:1.3.2 -> 1.13.1 (*)
+     +--- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.8.7 (*)
+     +--- com.google.auto.value:auto-value-annotations:1.6.3
+     +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+     +--- androidx.camera:camera-camera2:1.4.2 (c)
+     +--- androidx.camera:camera-core:1.4.2 (c)
+     +--- androidx.camera:camera-lifecycle:1.4.2 (c)
+     \--- androidx.camera:camera-video:1.4.2 (c)

@wpmobilebot
Copy link
Collaborator

📲 You can test the changes from this Pull Request in WooCommerce-Wear Android by scanning the QR code below to install the corresponding build.
App Name WooCommerce-Wear Android
Platform⌚️ Wear OS
FlavorJalapeno
Build TypeDebug
Commitdbe8f28
Direct Downloadwoocommerce-wear-prototype-build-pr14169-dbe8f28.apk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: dependencies update PRs that update a dependency file, used by Dependabot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants