Browse Source

Update dependency com.github.MikeOrtiz:TouchImageView to v3.7.1 (#5086)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.MikeOrtiz:TouchImageView](https://redirect.github.com/MikeOrtiz/TouchImageView)
| `3.7` -> `3.7.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.MikeOrtiz:TouchImageView/3.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.MikeOrtiz:TouchImageView/3.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.MikeOrtiz:TouchImageView/3.7/3.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.MikeOrtiz:TouchImageView/3.7/3.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

<details>
<summary>MikeOrtiz/TouchImageView
(com.github.MikeOrtiz:TouchImageView)</summary>

###
[`v3.7.1`](https://redirect.github.com/MikeOrtiz/TouchImageView/releases/tag/3.7.1)

[Compare
Source](https://redirect.github.com/MikeOrtiz/TouchImageView/compare/3.7...3.7.1)

<!-- Release notes generated using configuration in .github/release.yml
at 3.7.1 -->

#### What's Changed

##### Other Changes

- Fix a crash when a configuration change would happen (ie: rotate the
device) by
[@&#8203;Andr3Carvalh0](https://redirect.github.com/Andr3Carvalh0) in
[https://github.com/MikeOrtiz/TouchImageView/pull/657](https://redirect.github.com/MikeOrtiz/TouchImageView/pull/657)

#### New Contributors

- [@&#8203;Andr3Carvalh0](https://redirect.github.com/Andr3Carvalh0)
made their first contribution in
[https://github.com/MikeOrtiz/TouchImageView/pull/657](https://redirect.github.com/MikeOrtiz/TouchImageView/pull/657)

**Full Changelog**:
https://github.com/MikeOrtiz/TouchImageView/compare/3.7...3.7.1

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/tuskyapp/Tusky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/5090/head
renovate[bot] 11 months ago committed by GitHub
parent
commit
df326415f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      gradle/libs.versions.toml
  2. 8
      gradle/verification-metadata.xml

2
gradle/libs.versions.toml

@ -45,7 +45,7 @@ okio = "3.11.0"
retrofit = "2.11.0"
robolectric = "4.14.1"
sparkbutton = "4.2.0"
touchimageview = "3.7"
touchimageview = "3.7.1"
turbine = "1.2.0"
unified-push = "2.4.0"
xmlwriter = "1.0.4"

8
gradle/verification-metadata.xml

@ -12098,6 +12098,14 @@
<sha256 value="6fab7c4ca2686574858118f24730ebd642534b41cc16ec1419bb28b5430796c0" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.github.MikeOrtiz" name="TouchImageView" version="3.7.1">
<artifact name="TouchImageView-3.7.1.aar">
<sha256 value="97e7125a2ef080d56d2eae7638ccdb5fc65ab1df8665be3337e2cc19f80ec874" origin="Generated by Gradle"/>
</artifact>
<artifact name="TouchImageView-3.7.1.module">
<sha256 value="48d51e7368edab2102baaa88d01b465a77c80f978c04b5075e1ed25242e3b243" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.github.UnifiedPush" name="android-connector" version="2.4.0">
<artifact name="android-connector-2.4.0.aar">
<sha256 value="6ac50fd9acac605939bf818d0c2355ed783fbeef00ea351ed8e14cceb6ef2238" origin="Generated by Gradle"/>

Loading…
Cancel
Save