Update plugin com.android.application to v8.2.2 (#26)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [com.android.application](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | plugin | patch | `8.2.1` -> `8.2.2` |

---

### Configuration

📅 **Schedule**: Branch creation - "every day" (UTC), Automerge - "every weekend" (UTC).

🚦 **Automerge**: Enabled.

♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Reviewed-on: helcel/beendroid#26
Co-authored-by: bot <bot@helcel.net>
Co-committed-by: bot <bot@helcel.net>
This commit is contained in:
bot 2024-02-07 17:04:23 +01:00 committed by sora
parent f30f9d3fc7
commit 50ea335a06

View File

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id 'com.android.application' version '8.2.1' apply false id 'com.android.application' version '8.2.2' apply false
id 'com.android.library' version '8.2.2' apply false id 'com.android.library' version '8.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
} }