Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2025

Bumps com.autonomousapps.dependency-analysis from 3.0.2 to 3.1.0.

Changelog

Sourced from com.autonomousapps.dependency-analysis's changelog.

Version 3.1.0

  • [Fix] Updated asm to 9.9 (and use latest asm-relocated) for Java 25 support.
  • [Fix]: Test fixtures in a Spring Boot project are allowed to have testFixturesApi dependencies.
  • [Test]: run tests against Gradle 9.1.0.

Version 3.0.4

  • [Fix] Remove auto-applied kotlin-stdlib for Gradle 8.11 support.

Version 3.0.3

  • [Fix]: compare versions via VersionNumber, not raw strings.
  • [Fix] Forcibly downgrade kotlin-stdlib to 2.0.21 for Gradle 8.11 support.
Commits
  • 0117c34 chore: prepare for release 3.1.0.
  • b5cb438 fix: use latest version of asm-relocated, for Java 25 support.
  • d274580 fix(asm-relocated): update asm to 9.9 for Java 25 support.
  • ebf5cf2 fix: Test fixtures in a Spring Boot project are not allowed to have testFixtu...
  • eadc852 test: run tests against Gradle 9.1.0.
  • dbc8d7d chore: prepare next development version.
  • 404aef3 chore: prepare for release 3.0.4.
  • 611bf2a chore(variant-artifacts): prepare for variant-artifacts release 0.3.3.
  • cfab379 chore(graph-support): prepare for graph-support release 0.8.3.
  • b24ee21 fix: remove kotlin-stdlib as default dep to ensure correct version.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) from 3.0.2 to 3.1.0.
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.0.2...v3.1.0)

---
updated-dependencies:
- dependency-name: com.autonomousapps.dependency-analysis
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Nov 11, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 11, 2025 18:01
@dependabot dependabot bot requested review from samiuelson and removed request for a team November 11, 2025 18:01
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Nov 11, 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-11-11 18:06:01.673059679 +0000
+++ ./build/reports/diff_manifest/WooCommerce/vanillaRelease/head_manifest.txt	2025-11-11 18:06:27.463120676 +0000
@@ -78,19 +78,19 @@
         android:name="android.permission.HIDE_OVERLAY_WINDOWS"
         android:minSdkVersion="31" />
     <uses-permission android:name="android.permission.USE_BIOMETRIC" /> <!-- suppress DeprecatedClassUsageInspection -->
-    <uses-permission android:name="android.permission.USE_FINGERPRINT" />
-    <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" /> <!-- Required by older versions of Google Play services to create IID tokens -->
+    <uses-permission android:name="android.permission.USE_FINGERPRINT" /> <!-- Required by older versions of Google Play services to create IID tokens -->
     <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
+    <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
     <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
-    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
-    <uses-permission android:name="android.permission.ACCESS_ADSERVICES_ATTRIBUTION" />
-    <uses-permission android:name="android.permission.ACCESS_ADSERVICES_AD_ID" />
 
     <permission
         android:name="com.woocommerce.android.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
         android:protectionLevel="signature" />
 
     <uses-permission android:name="com.woocommerce.android.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
+    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
+    <uses-permission android:name="android.permission.ACCESS_ADSERVICES_ATTRIBUTION" />
+    <uses-permission android:name="android.permission.ACCESS_ADSERVICES_AD_ID" />
 
     <application
         android:name="com.woocommerce.android.WooCommerceRelease"
@@ -539,21 +539,9 @@
             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" />
+        <meta-data
+            android:name="com.bumptech.glide.integration.volley.VolleyGlideModule"
+            android:value="GlideModule" />
 
         <receiver
             android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver"
@@ -615,19 +603,21 @@
                 android:value="com.google.firebase.components.ComponentRegistrar" />
         </service>
 
-        <provider
-            android:name="zendesk.core.MediaFileProvider"
-            android:authorities="com.woocommerce.android.zendesk.sdk.user.attachments"
-            android:exported="false"
-            android:grantUriPermissions="true" >
-            <meta-data
-                android:name="android.support.FILE_PROVIDER_PATHS"
-                android:resource="@xml/zendesk_user_attachments" />
-        </provider>
+        <receiver
+            android:name="com.google.android.gms.measurement.AppMeasurementReceiver"
+            android:enabled="true"
+            android:exported="false" >
+        </receiver>
 
-        <meta-data
-            android:name="com.bumptech.glide.integration.volley.VolleyGlideModule"
-            android:value="GlideModule" />
+        <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"
@@ -726,6 +716,16 @@
             </intent-filter>
         </receiver>
 
+        <provider
+            android:name="zendesk.core.MediaFileProvider"
+            android:authorities="com.woocommerce.android.zendesk.sdk.user.attachments"
+            android:exported="false"
+            android:grantUriPermissions="true" >
+            <meta-data
+                android:name="android.support.FILE_PROVIDER_PATHS"
+                android:resource="@xml/zendesk_user_attachments" />
+        </provider>
+
         <meta-data
             android:name="io.sentry.auto-init"
             android:value="false" />
@@ -745,6 +745,14 @@
         <activity
             android:name="androidx.compose.ui.tooling.PreviewActivity"
             android:exported="true" />
+
+        <uses-library
+            android:name="androidx.window.extensions"
+            android:required="false" />
+        <uses-library
+            android:name="androidx.window.sidecar"
+            android:required="false" />
+
         <activity
             android:name="com.stripe.stripeterminal.internal.common.usb.UsbEventReceiverActivity"
             android:excludeFromRecents="true"
@@ -762,13 +770,6 @@
                 android:resource="@xml/usb_device_filter" />
         </activity>
 
-        <uses-library
-            android:name="androidx.window.extensions"
-            android:required="false" />
-        <uses-library
-            android:name="androidx.window.sidecar"
-            android:required="false" />
-
         <service
             android:name="androidx.room.MultiInstanceInvalidationService"
             android:directBootAware="true"

Go to https://buildkite.com/automattic/woocommerce-android/builds/33610/canvas?sid=019a7415-003c-4aba-b857-ac7ce7f10d7b, click on the Artifacts tab and audit the files.

@wpmobilebot
Copy link
Collaborator

Project manifest changes for WooCommerce-Wear

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

--- ./build/reports/diff_manifest/WooCommerce-Wear/vanillaRelease/base_manifest.txt	2025-11-11 18:06:40.723153582 +0000
+++ ./build/reports/diff_manifest/WooCommerce-Wear/vanillaRelease/head_manifest.txt	2025-11-11 18:06:51.933182787 +0000
@@ -300,7 +300,10 @@
         <activity
             android:name="com.google.android.gms.common.api.GoogleApiActivity"
             android:exported="false"
-            android:theme="@android:style/Theme.Translucent.NoTitleBar" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
+            android:theme="@android:style/Theme.Translucent.NoTitleBar" />
+        <activity
+            android:name="androidx.compose.ui.tooling.PreviewActivity"
+            android:exported="true" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
         <provider
             android:name="io.sentry.android.core.SentryInitProvider"
             android:authorities="com.woocommerce.android.SentryInitProvider"
@@ -311,10 +314,6 @@
             android:exported="false"
             android:initOrder="200" />
 
-        <activity
-            android:name="androidx.compose.ui.tooling.PreviewActivity"
-            android:exported="true" />
-
         <uses-library
             android:name="androidx.window.extensions"
             android:required="false" />

Go to https://buildkite.com/automattic/woocommerce-android/builds/33610/canvas?sid=019a7415-003c-4aba-b857-ac7ce7f10d7b, click on the Artifacts tab and audit the files.

@wpmobilebot
Copy link
Collaborator

Build environment changes

list
! Upgraded Dependencies
com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:3.1.0, (changed from 3.0.2)
com.autonomousapps:asm-relocated:9.9.0, (changed from 9.7.1.0)
com.autonomousapps:dependency-analysis-gradle-plugin:3.1.0, (changed from 3.0.2)
com.autonomousapps:graph-support:0.8.3, (changed from 0.8.1)
com.autonomousapps:variant-artifacts:0.3.3, (changed from 0.3.1)
tree
-\--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:3.0.2
-     \--- com.autonomousapps:dependency-analysis-gradle-plugin:3.0.2
-          +--- org.jetbrains.kotlin:kotlin-bom:2.0.21
-          |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (c)
-          |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 -> 2.2.0 (c)
-          |    +--- org.jetbrains.kotlin:kotlin-reflect:2.0.21 -> 2.2.0 (c)
-          |    +--- org.jetbrains.kotlin:kotlin-daemon-client:2.0.21 -> 2.2.21 (c)
-          |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 -> 2.2.0 (c)
-          +--- com.squareup.okio:okio-bom:3.15.0
-          |    +--- com.squareup.okio:okio:3.15.0 (c)
-          |    \--- com.squareup.okio:okio-jvm:3.15.0 (c)
-          +--- com.autonomousapps:graph-support:0.8.1
-          |    +--- org.jetbrains.kotlin:kotlin-bom:2.0.21 (*)
-          |    +--- com.google.guava:guava:33.4.8-jre
-          |    |    +--- com.google.guava:failureaccess:1.0.3
-          |    |    +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
-          |    |    +--- org.jspecify:jspecify:1.0.0
-          |    |    +--- com.google.errorprone:error_prone_annotations:2.36.0 -> 2.40.0
-          |    |    \--- com.google.j2objc:j2objc-annotations:3.0.0
-          |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
-          +--- com.autonomousapps:variant-artifacts:0.3.1
-          |    +--- org.jetbrains.kotlin:kotlin-bom:2.0.21 (*)
-          |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
-          +--- com.google.guava:guava:33.4.8-jre (*)
-          +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 -> 2.2.0
-          |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
-          |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.0
-          |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
-          +--- com.autonomousapps:kotlin-editor-relocated:0.18.0
-          +--- com.squareup.moshi:moshi-kotlin:1.15.2
-          |    +--- com.squareup.moshi:moshi:1.15.2
-          |    |    +--- com.squareup.okio:okio:3.7.0 -> 3.15.0
-          |    |    |    \--- com.squareup.okio:okio-jvm:3.15.0
-          |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.2.10 (*)
-          |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
-          |    +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 -> 2.2.0
-          |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
-          |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
-          +--- dev.zacsweers.moshix:moshi-sealed-reflect:0.30.0
-          |    +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.30.0
-          |    |    +--- com.squareup.moshi:moshi-adapters:1.15.2
-          |    |    |    +--- com.squareup.moshi:moshi:1.15.2 (*)
-          |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
-          |    |    +--- com.squareup.moshi:moshi:1.15.2 (*)
-          |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.10 (*)
-          |    +--- com.squareup:kotlinpoet:2.1.0
-          |    |    \--- com.squareup:kotlinpoet-jvm:2.1.0
-          |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
-          |    |         \--- org.jetbrains.kotlin:kotlin-reflect:2.1.10 -> 2.2.0 (*)
-          |    +--- org.jetbrains.kotlin:kotlin-reflect:2.1.20 -> 2.2.0 (*)
-          |    +--- com.squareup.moshi:moshi:1.15.2 (*)
-          |    +--- com.squareup.moshi:moshi-adapters:1.15.2 (*)
-          |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.10 (*)
-          +--- com.squareup.okio:okio:3.15.0 (*)
-          +--- org.jetbrains.kotlin:kotlin-metadata-jvm:2.1.21
-          +--- com.github.ben-manes.caffeine:caffeine:3.2.2
-          |    +--- org.jspecify:jspecify:1.0.0
-          |    \--- com.google.errorprone:error_prone_annotations:2.40.0
-          +--- com.autonomousapps:antlr:4.13.2.0
-          +--- com.autonomousapps:asm-relocated:9.7.1.0
-          +--- javax.inject:javax.inject:1
-          +--- com.squareup.moshi:moshi:1.15.2 (*)
-          +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.30.0 (*)
-          \--- org.jetbrains.kotlin:kotlin-reflect:2.0.21 -> 2.2.0 (*)
+\--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:3.1.0
+     \--- com.autonomousapps:dependency-analysis-gradle-plugin:3.1.0
+          +--- org.jetbrains.kotlin:kotlin-bom:2.0.21
+          |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (c)
+          |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 -> 2.2.0 (c)
+          |    +--- org.jetbrains.kotlin:kotlin-reflect:2.0.21 -> 2.2.0 (c)
+          |    +--- org.jetbrains.kotlin:kotlin-daemon-client:2.0.21 -> 2.2.21 (c)
+          |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21 -> 2.2.0 (c)
+          +--- com.squareup.okio:okio-bom:3.15.0
+          |    +--- com.squareup.okio:okio:3.15.0 (c)
+          |    \--- com.squareup.okio:okio-jvm:3.15.0 (c)
+          +--- com.autonomousapps:graph-support:0.8.3
+          |    +--- org.jetbrains.kotlin:kotlin-bom:2.0.21 (*)
+          |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (*)
+          |    \--- com.google.guava:guava:33.4.8-jre
+          |         +--- com.google.guava:failureaccess:1.0.3
+          |         +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
+          |         +--- org.jspecify:jspecify:1.0.0
+          |         +--- com.google.errorprone:error_prone_annotations:2.36.0 -> 2.40.0
+          |         \--- com.google.j2objc:j2objc-annotations:3.0.0
+          +--- com.autonomousapps:variant-artifacts:0.3.3
+          |    +--- org.jetbrains.kotlin:kotlin-bom:2.0.21 (*)
+          |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (*)
+          +--- com.google.guava:guava:33.4.8-jre (*)
+          +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21 -> 2.2.0
+          |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
+          |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.0
+          |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
+          +--- com.autonomousapps:kotlin-editor-relocated:0.18.0
+          +--- com.squareup.moshi:moshi-kotlin:1.15.2
+          |    +--- com.squareup.moshi:moshi:1.15.2
+          |    |    +--- com.squareup.okio:okio:3.7.0 -> 3.15.0
+          |    |    |    \--- com.squareup.okio:okio-jvm:3.15.0
+          |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.2.10 (*)
+          |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
+          |    +--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 -> 2.2.0
+          |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.2.10 (*)
+          |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
+          +--- dev.zacsweers.moshix:moshi-sealed-reflect:0.30.0
+          |    +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.30.0
+          |    |    +--- com.squareup.moshi:moshi-adapters:1.15.2
+          |    |    |    +--- com.squareup.moshi:moshi:1.15.2 (*)
+          |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.2.0 (*)
+          |    |    +--- com.squareup.moshi:moshi:1.15.2 (*)
+          |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.10 (*)
+          |    +--- com.squareup:kotlinpoet:2.1.0
+          |    |    \--- com.squareup:kotlinpoet-jvm:2.1.0
+          |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
+          |    |         \--- org.jetbrains.kotlin:kotlin-reflect:2.1.10 -> 2.2.0 (*)
+          |    +--- org.jetbrains.kotlin:kotlin-reflect:2.1.20 -> 2.2.0 (*)
+          |    +--- com.squareup.moshi:moshi:1.15.2 (*)
+          |    +--- com.squareup.moshi:moshi-adapters:1.15.2 (*)
+          |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.10 (*)
+          +--- com.squareup.okio:okio:3.15.0 (*)
+          +--- org.jetbrains.kotlin:kotlin-metadata-jvm:2.1.21
+          +--- com.github.ben-manes.caffeine:caffeine:3.2.2
+          |    +--- org.jspecify:jspecify:1.0.0
+          |    \--- com.google.errorprone:error_prone_annotations:2.40.0
+          +--- com.autonomousapps:antlr:4.13.2.0
+          +--- com.autonomousapps:asm-relocated:9.9.0
+          +--- javax.inject:javax.inject:1
+          +--- com.squareup.moshi:moshi:1.15.2 (*)
+          +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.30.0 (*)
+          \--- org.jetbrains.kotlin:kotlin-reflect:2.0.21 -> 2.2.0 (*)

@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 NameWooCommerce-Wear Android
Platform⌚️ Wear OS
FlavorJalapeno
Build TypeDebug
Commitc0b08f0
Direct Downloadwoocommerce-wear-prototype-build-pr14936-c0b08f0.apk

@wpmobilebot
Copy link
Collaborator

📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.

App NameWooCommerce Android
Platform📱 Mobile
FlavorJalapeno
Build TypeDebug
Commitc0b08f0
Direct Downloadwoocommerce-prototype-build-pr14936-c0b08f0.apk

coil = '2.7.0'
commons-fileupload = '1.6.0'
dependency-analysis = '3.0.2'
dependency-analysis = '3.1.0'

Check warning

Code scanning / Android Lint

Newer Library Versions Available Warning

A newer version of com.autonomousapps.dependency-analysis than 3.0.2 is available: 3.4.1
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.

3 participants