[PR #49] [CLOSED] Update plugin com.android.application to v8.5.1 #90

Closed
opened 2026-02-27 20:19:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nin0-dev/VendroidEnhanced/pull/49
Author: @renovate[bot]
Created: 7/16/2024
Status: Closed

Base: mainHead: renovate/com.android.application-8.x


📝 Commits (10+)

  • fab60e2 Update README.md
  • 1e76630 Merge branch 'dev' into i-hate-github
  • 7244494 Merge pull request #11 from VendroidEnhanced/i-hate-github
  • c77e515 Update vencord_mobile.js [TEST]
  • 5436477 Update vencord_mobile.js [FIX]
  • 9135f3a Merge pull request #12 from slotmachinedev/main
  • 3f74240 Added separate debug app info
  • dd0bb8b Merge remote-tracking branch 'origin/dev' into dev
  • 0c6d80d Add Codeberg mirror button.
  • 7db2aca Merge pull request #13 from slotmachinedev/dev

📊 Changes

15 files changed (+261 additions, -138 deletions)

View changed files

📝 .github/workflows/android.yml (+3 -3)
.github/workflows/codeberg.yml (+22 -0)
📝 README.md (+9 -1)
📝 app/build.gradle (+5 -3)
app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml (+6 -0)
app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml (+6 -0)
app/src/debug/res/values/strings.xml (+3 -0)
📝 app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml (+1 -1)
📝 app/src/main/res/raw/vencord_mobile.js (+2 -0)
📝 app/src/main/res/values/colors.xml (+1 -0)
📝 build.gradle (+2 -2)
📝 gradle/wrapper/gradle-wrapper.jar (+0 -0)
📝 gradle/wrapper/gradle-wrapper.properties (+4 -3)
📝 gradlew (+176 -109)
📝 gradlew.bat (+21 -16)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.android.application (source) 8.3.1 -> 8.5.1 age adoption passing confidence

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. View repository job log here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nin0-dev/VendroidEnhanced/pull/49 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 7/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `renovate/com.android.application-8.x` --- ### 📝 Commits (10+) - [`fab60e2`](https://github.com/nin0-dev/VendroidEnhanced/commit/fab60e2540f5b22e063c747577129c975bbd9733) Update README.md - [`1e76630`](https://github.com/nin0-dev/VendroidEnhanced/commit/1e76630224d2fc3ec62e21388af8efb52341832c) Merge branch 'dev' into i-hate-github - [`7244494`](https://github.com/nin0-dev/VendroidEnhanced/commit/7244494543bd3753f252d583e3a10a1f800d2ee6) Merge pull request #11 from VendroidEnhanced/i-hate-github - [`c77e515`](https://github.com/nin0-dev/VendroidEnhanced/commit/c77e5151e4ac24a3292b2b3ed219457b9d57c706) Update vencord_mobile.js [TEST] - [`5436477`](https://github.com/nin0-dev/VendroidEnhanced/commit/54364771ba757d2d87c58e09154268de4e96b7d4) Update vencord_mobile.js [FIX] - [`9135f3a`](https://github.com/nin0-dev/VendroidEnhanced/commit/9135f3a882c71d643ac07caf10b814f1c2cc4830) Merge pull request #12 from slotmachinedev/main - [`3f74240`](https://github.com/nin0-dev/VendroidEnhanced/commit/3f7424082339baa9dc0cc1c4e4cbaca841ed862e) Added separate debug app info - [`dd0bb8b`](https://github.com/nin0-dev/VendroidEnhanced/commit/dd0bb8be18a72cc9aaaebf2b293b8514acf72a3a) Merge remote-tracking branch 'origin/dev' into dev - [`0c6d80d`](https://github.com/nin0-dev/VendroidEnhanced/commit/0c6d80d3069b29163821ee0c876ade0a1644464e) Add Codeberg mirror button. - [`7db2aca`](https://github.com/nin0-dev/VendroidEnhanced/commit/7db2aca6a45fabb67ab413bbee0d058f4b740902) Merge pull request #13 from slotmachinedev/dev ### 📊 Changes **15 files changed** (+261 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/android.yml` (+3 -3) ➕ `.github/workflows/codeberg.yml` (+22 -0) 📝 `README.md` (+9 -1) 📝 `app/build.gradle` (+5 -3) ➕ `app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml` (+6 -0) ➕ `app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml` (+6 -0) ➕ `app/src/debug/res/values/strings.xml` (+3 -0) 📝 `app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml` (+1 -1) 📝 `app/src/main/res/raw/vencord_mobile.js` (+2 -0) 📝 `app/src/main/res/values/colors.xml` (+1 -0) 📝 `build.gradle` (+2 -2) 📝 `gradle/wrapper/gradle-wrapper.jar` (+0 -0) 📝 `gradle/wrapper/gradle-wrapper.properties` (+4 -3) 📝 `gradlew` (+176 -109) 📝 `gradlew.bat` (+21 -16) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.android.application](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `8.3.1` -> `8.5.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.application/8.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.android.application/8.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.android.application/8.3.1/8.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.application/8.3.1/8.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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/VendroidEnhanced/Vendroid). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:19:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/VendroidEnhanced#90
No description provided.