chore(deps): update dependency gradle to v8.13 (#4946)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gradle](https://gradle.org)
([source](https://redirect.github.com/gradle/gradle)) | minor | `8.12.1`
-> `8.13` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>gradle/gradle (gradle)</summary>

###
[`v8.13`](https://redirect.github.com/gradle/gradle/compare/v8.12.1...v8.13.0)

[Compare
Source](https://redirect.github.com/gradle/gradle/compare/v8.12.1...v8.13.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-27 09:57:40 +01:00 committed by GitHub
commit 1f5353874b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 11 deletions

View file

@ -5193,15 +5193,15 @@
</artifact>
</component>
<component group="com.android.tools.build" name="aapt2" version="8.8.1-12006047">
<artifact name="aapt2-8.8.1-12006047-linux.jar">
<sha256 value="659814d45f0487c0a238774accc751adeac78fcbd3417c26813f3c1421fa9fb5" origin="Generated by Gradle"/>
</artifact>
<artifact name="aapt2-8.8.1-12006047-osx.jar">
<sha256 value="9dc2f9d5ed6845fb31049312852cc7041e402fcc4bd0009789161c5c2345f963" origin="Generated by Gradle"/>
</artifact>
<artifact name="aapt2-8.8.1-12006047-window.jar">
<sha256 value="437e6bc70d2e75172d65ac4d03d0563a4fda256b72a97b6c685a79ff5d4e94f6" origin="Generated by Gradle"/>
</artifact>
<artifact name="aapt2-8.8.1-12006047-linux.jar">
<sha256 value="659814d45f0487c0a238774accc751adeac78fcbd3417c26813f3c1421fa9fb5" origin="Generated by Gradle"/>
</artifact>
<artifact name="aapt2-8.8.1-12006047-osx.jar">
<sha256 value="9dc2f9d5ed6845fb31049312852cc7041e402fcc4bd0009789161c5c2345f963" origin="Generated by Gradle"/>
</artifact>
<artifact name="aapt2-8.8.1-12006047-window.jar">
<sha256 value="437e6bc70d2e75172d65ac4d03d0563a4fda256b72a97b6c685a79ff5d4e94f6" origin="Generated by Gradle"/>
</artifact>
<artifact name="aapt2-8.8.1-12006047.pom">
<sha256 value="2b5eed4325d1153dc6cd0cf3e1148ca7290731ee59840603acdb3e33016fd041" origin="Generated by Gradle"/>
</artifact>

Binary file not shown.

View file

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

2
gradlew vendored
View file

@ -205,7 +205,7 @@ fi
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line.