Skip to content

Commit

Permalink
Update dependency io.sentry:sentry-android-gradle-plugin to v4.5.1 (#…
Browse files Browse the repository at this point in the history
…4909)

[![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.4.0` -> `4.5.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry:sentry-android-gradle-plugin/4.5.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.5.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.4.0/4.5.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.4.0/4.5.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

<details>
<summary>getsentry/sentry-android-gradle-plugin
(io.sentry:sentry-android-gradle-plugin)</summary>

###
[`v4.5.1`](https://togithub.com/getsentry/sentry-android-gradle-plugin/blob/HEAD/CHANGELOG.md#451)

[Compare
Source](https://togithub.com/getsentry/sentry-android-gradle-plugin/compare/4.5.0...4.5.1)

##### Fixes

- Fix auth-token error for ProGuard mapping upload, even when mapping
upload is disabled (fixed with sentry-cli 2.31.1)

##### Dependencies

- Bump CLI from v2.31.0 to v2.31.1
([#&#8203;700](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/700))
-
[changelog](https://togithub.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2311)
-
[diff](https://togithub.com/getsentry/sentry-cli/compare/2.31.0...2.31.1)

###
[`v4.5.0`](https://togithub.com/getsentry/sentry-android-gradle-plugin/blob/HEAD/CHANGELOG.md#450)

[Compare
Source](https://togithub.com/getsentry/sentry-android-gradle-plugin/compare/4.4.1...4.5.0)

##### Fixes

- Remove excessive info logging
([#&#8203;696](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/696))

##### Dependencies

- Bump Android SDK from v7.6.0 to v7.8.0
([#&#8203;690](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/690))
-
[changelog](https://togithub.com/getsentry/sentry-java/blob/main/CHANGELOG.md#780)
-
[diff](https://togithub.com/getsentry/sentry-java/compare/7.6.0...7.8.0)
- Bump CLI from v2.28.6 to v2.31.0
([#&#8203;684](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/684))
-
[changelog](https://togithub.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2310)
-
[diff](https://togithub.com/getsentry/sentry-cli/compare/2.28.6...2.31.0)

###
[`v4.4.1`](https://togithub.com/getsentry/sentry-android-gradle-plugin/blob/HEAD/CHANGELOG.md#441)

[Compare
Source](https://togithub.com/getsentry/sentry-android-gradle-plugin/compare/4.4.0...4.4.1)

##### Fixes

- Fix circular depencency issue between mergeAssets and minify tasks
([#&#8203;682](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/682))
- Fix sentry-cli not being extracted prior to task execution
([#&#8203;691](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/691))

</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 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/simpledotorg/simple-android).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 1735b50 commit 0c56f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,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.8.0"
sentry-gradle-plugin = "io.sentry:sentry-android-gradle-plugin:4.4.0"
sentry-gradle-plugin = "io.sentry:sentry-android-gradle-plugin:4.5.1"

signaturepad = "com.github.gcacace:signature-pad:1.3.1"

Expand Down

0 comments on commit 0c56f97

Please sign in to comment.