From 0ce64273edceb6ae8d63b528eb8977e4a556c57f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 10:23:37 +0530 Subject: [PATCH] Update dependency io.sentry:sentry-android-gradle-plugin to v4.7.1 (#4978) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.sentry:sentry-android-gradle-plugin](https://togithub.com/getsentry/sentry-android-gradle-plugin) | `4.6.0` -> `4.7.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry:sentry-android-gradle-plugin/4.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.sentry:sentry-android-gradle-plugin/4.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.sentry:sentry-android-gradle-plugin/4.6.0/4.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.sentry:sentry-android-gradle-plugin/4.6.0/4.7.1?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
getsentry/sentry-android-gradle-plugin (io.sentry:sentry-android-gradle-plugin) ### [`v4.7.1`](https://togithub.com/getsentry/sentry-android-gradle-plugin/blob/HEAD/CHANGELOG.md#471) [Compare Source](https://togithub.com/getsentry/sentry-android-gradle-plugin/compare/4.7.0...4.7.1) ##### Fixes - Fix support for Kotlin K2 compiler plugin ([#​720](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/720)) ### [`v4.7.0`](https://togithub.com/getsentry/sentry-android-gradle-plugin/blob/HEAD/CHANGELOG.md#470) [Compare Source](https://togithub.com/getsentry/sentry-android-gradle-plugin/compare/4.6.0...4.7.0) ##### Features - Add support for Kotlin K2 compiler plugin ([#​716](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/716))
--- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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/simpledotorg/simple-android). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sasikanth Miriyampalli --- CHANGELOG.md | 1 + gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4daf73f7b95..0e6cf567f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Bump Gradle to v8.8 - Bump Google Service to v4.4.2 +- Bump Sentry Gradle plugin to v4.7.1 ## 2024-06-03-9116 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 995b609d2cc..fd58dfb53de 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -184,7 +184,7 @@ rx-kotlin = "io.reactivex.rxjava2:rxkotlin:2.4.0" rx-preferences = "com.f2prateek.rx.preferences2:rx-preferences:2.0.1" sentry-android = "io.sentry:sentry-android:7.9.0" -sentry-gradle-plugin = "io.sentry:sentry-android-gradle-plugin:4.6.0" +sentry-gradle-plugin = "io.sentry:sentry-android-gradle-plugin:4.7.1" signaturepad = "com.github.gcacace:signature-pad:1.3.1"