Skip to content

Commit 68a1c42

Browse files
chore(deps): update plugin sentry to v5 (#5217)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.sentry.android.gradle](https://redirect.github.com/getsentry/sentry-android-gradle-plugin) | `4.14.1` -> `5.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin/4.14.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin/4.14.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>getsentry/sentry-android-gradle-plugin (io.sentry.android.gradle)</summary> ### [`v5.0.0`](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/blob/HEAD/CHANGELOG.md#500) [Compare Source](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/compare/4.14.1...5.0.0) ##### Intro Version 5.0 of the `sentry-android-gradle-plugin` uses the latest major version of the Java/Android SDK (`8.0.0`). We plan to do another major release within the next few months, which will contain more functional changes. You can see what exactly we're planning and track progress in [#&#8203;825](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/issues/825). ##### Fixes - Ensure DexGuard flavor/buildtype mapping files are respected as well ([#&#8203;822](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/822)) ##### Dependencies - Bump CLI from v2.39.1 to v2.41.1 ([#&#8203;818](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/818)) - [changelog](https://redirect.github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2411) - [diff](https://redirect.github.com/getsentry/sentry-cli/compare/2.39.1...2.41.1) - Bump Android SDK from v7.18.0 to v8.0.0 ([#&#8203;817](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/817)) - [changelog](https://redirect.github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#800) - [diff](https://redirect.github.com/getsentry/sentry-java/compare/7.18.0...8.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/simpledotorg/simple-android). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sasikanth Miriyampalli <hello@sasikanth.dev>
1 parent bcec06d commit 68a1c42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
- Bump RootBeer to 0.1.1
2929
- Update `CVDRisk` table `riskScore` to range from string
3030
- Bump Mobius to v2.1.1
31-
- Bump Sentry Gradle plugin to v4.14.1
3231
- Bump AndroidX Camera View to v1.4.1
3332
- Bump Coroutines to v1.10.1
3433
- Bump Lint to v31.8.0
@@ -53,6 +52,7 @@
5352
- Add statin v1 translations for Tamil (Sri Lanka) and Sinhala
5453
- Bump Sentry Android to v8.0.0
5554
- Bump Gradle to v8.12.1
55+
- Bump Sentry Gradle plugin to v5
5656

5757
### Fixes
5858

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
234234
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
235235
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
236236
google-services = { id = "com.google.gms.google-services", version = "4.4.2" }
237-
sentry = { id = "io.sentry.android.gradle", version = "4.14.1" }
237+
sentry = { id = "io.sentry.android.gradle", version = "5.0.0" }
238238
datadog = { id = "com.datadoghq.dd-sdk-android-gradle-plugin", version = "1.15.0" }
239239

240240
[bundles]

0 commit comments

Comments
 (0)