-
Notifications
You must be signed in to change notification settings - Fork 134
Bump com.gradle.develocity from 3.19 to 4.1.1 #14489
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
base: trunk
Are you sure you want to change the base?
Conversation
Bumps com.gradle.develocity from 3.19 to 4.1.1. --- updated-dependencies: - dependency-name: com.gradle.develocity dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Generated by 🚫 Danger |
Project manifest changes for WooCommerceThe following changes in the --- ./build/reports/diff_manifest/WooCommerce/vanillaRelease/base_manifest.txt 2025-08-19 23:53:15.095371604 +0000
+++ ./build/reports/diff_manifest/WooCommerce/vanillaRelease/head_manifest.txt 2025-08-19 23:53:45.695674226 +0000
@@ -739,16 +739,19 @@
android:directBootAware="true"
android:exported="false" />
+ <activity
+ android:name="androidx.compose.ui.tooling.PreviewActivity"
+ android:exported="true" />
+
+ <uses-library
+ android:name="android.ext.adservices"
+ android:required="false" />
<uses-library
android:name="androidx.window.extensions"
android:required="false" />
<uses-library
android:name="androidx.window.sidecar"
- android:required="false" />
-
- <activity
- android:name="androidx.compose.ui.tooling.PreviewActivity"
- android:exported="true" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
+ android:required="false" /> <!-- '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"
@@ -758,11 +761,6 @@
android:authorities="com.woocommerce.android.SentryPerformanceProvider"
android:exported="false"
android:initOrder="200" />
-
- <uses-library
- android:name="android.ext.adservices"
- android:required="false" />
-
<provider
android:name="com.google.firebase.provider.FirebaseInitProvider"
android:authorities="com.woocommerce.android.firebaseinitprovider"
@@ -794,11 +792,6 @@
</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" >
@@ -814,6 +807,11 @@
<receiver
android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver"
+ android:exported="false" />
+
+ <provider
+ android:name="com.squareup.picasso.PicassoProvider"
+ android:authorities="com.woocommerce.android.com.squareup.picasso"
android:exported="false" /> <!-- The activities will be merged into the manifest of the hosting app. -->
<activity
android:name="com.google.android.play.core.common.PlayCoreDialogWrapperActivity" Go to https://buildkite.com/automattic/woocommerce-android/builds/31437/canvas?sid=0198c4bc-ce52-46bf-8585-6f464a412c76, click on the |
Project manifest changes for WooCommerce-WearThe following changes in the --- ./build/reports/diff_manifest/WooCommerce-Wear/vanillaRelease/base_manifest.txt 2025-08-19 23:54:03.515849930 +0000
+++ ./build/reports/diff_manifest/WooCommerce-Wear/vanillaRelease/head_manifest.txt 2025-08-19 23:54:18.665999496 +0000
@@ -192,11 +192,6 @@
android:name="wear-sdk"
android:required="false" />
- <service
- android:name="androidx.room.MultiInstanceInvalidationService"
- android:directBootAware="true"
- android:exported="false" />
-
<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="com.woocommerce.android.androidx-startup"
@@ -313,7 +308,12 @@
<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" />
+
+ <service
+ android:name="androidx.room.MultiInstanceInvalidationService"
+ android:directBootAware="true"
+ android:exported="false" /> <!-- '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" Go to https://buildkite.com/automattic/woocommerce-android/builds/31437/canvas?sid=0198c4bc-ce52-46bf-8585-6f464a412c76, 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.
|
📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
|
Bumps com.gradle.develocity from 3.19 to 4.1.1.
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)