mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 06:27:02 +05:30
fix(deps): update dependency io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v4.3.0 (#446)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin](https://togithub.com/getsentry/sentry-android-gradle-plugin) | `4.2.0` -> `4.3.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-android-gradle-plugin (io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin)</summary> ### [`v4.3.0`](https://togithub.com/getsentry/sentry-android-gradle-plugin/blob/HEAD/CHANGELOG.md#430) [Compare Source](https://togithub.com/getsentry/sentry-android-gradle-plugin/compare/4.2.0...4.3.0) ##### Fixes - Bundle ASM version within the plugin and bump it to `9.4` ([#​637](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/637)) - This should fix the `java.lang.AssertionError: Class with incorrect id found` exception when using `kotlinx.serialization` - Fall back to `findTask` if `assembleProvider` of AndroidVariant is null when hooking source bundle and native symbols upload tasks ([#​639](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/639)) - Hook source context tasks to also run after `install{Variant}` tasks ([#​643](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/643)) - Do not run sentry-cli commands if telemetry is disabled ([#​648](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/648)) - Proguard and source context tasks don't run on every build ([#​634](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/634)) - Proguard UUID task now depends on the proguard mapping file. I.e. it will only run if the mapping file has changed - Source context tasks now depend on source file changes, if there are no source changes, the tasks won't run ##### Dependencies - Bump CLI from v2.25.0 to v2.28.0 ([#​638](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/638), [#​640](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/640), [#​642](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/642), [#​647](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/647), [#​652](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/652)) - [changelog](https://togithub.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2280) - [diff](https://togithub.com/getsentry/sentry-cli/compare/2.25.0...2.28.0) Bump Android SDK from v7.2.0 to v7.3.0 ([#​646](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/646)) [changelog](https://togithub.com/getsentry/sentry-java/blob/main/CHANGELOG.md#730) [diff](https://togithub.com/getsentry/sentry-java/compare/7.2.0...7.3.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/msfjarvis/compose-lobsters). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ffc525a1ad
commit
f86cdb0e62
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
|
|||
build-cachefix = "org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:3.0"
|
||||
build-kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
build-semver = "com.github.zafarkhaja:java-semver:0.10.2"
|
||||
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.2.0"
|
||||
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.3.0"
|
||||
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
|
||||
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.4"
|
||||
coil = { module = "io.coil-kt:coil", version.ref = "coil" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue