-
Notifications
You must be signed in to change notification settings - Fork 136
Bump androidx.browser:browser from 1.5.0 to 1.9.0 #14812
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
Bump androidx.browser:browser from 1.5.0 to 1.9.0 #14812
Conversation
Bumps androidx.browser:browser from 1.5.0 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.browser:browser dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Project manifest changes for WooCommerceThe following changes in the --- ./build/reports/diff_manifest/WooCommerce/vanillaRelease/base_manifest.txt 2025-10-23 18:17:27.084601624 +0000
+++ ./build/reports/diff_manifest/WooCommerce/vanillaRelease/head_manifest.txt 2025-10-23 18:17:37.994657621 +0000
@@ -68,9 +68,9 @@
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" />
@@ -537,21 +537,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"
@@ -613,9 +601,21 @@
android:value="com.google.firebase.components.ComponentRegistrar" />
</service>
- <meta-data
- android:name="com.bumptech.glide.integration.volley.VolleyGlideModule"
- android:value="GlideModule" />
+ <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"Go to https://buildkite.com/automattic/woocommerce-android/builds/33063/canvas?sid=019a1245-d468-451b-8b57-1ec4a23d23b7, click on the |
📲 You can test the changes from this Pull Request in WooCommerce-Wear Android by scanning the QR code below to install the corresponding build.
|
Project dependencies changeslist! Upgraded Dependencies
androidx.activity:activity:1.9.0, (changed from 1.8.2)
androidx.activity:activity-compose:1.9.0, (changed from 1.8.2)
androidx.activity:activity-ktx:1.9.0, (changed from 1.8.2)
androidx.browser:browser:1.9.0, (changed from 1.5.0) |
|
📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
|
JorgeMucientes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks good to me. No breaking changes added between 1.5.0 and 1.9.0 only new APIs and capabilities. I've smoked tested a few places where the app uses chrome custom tabs and everything looking good
Bumps androidx.browser:browser from 1.5.0 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)