Update plugin com.android.library to v8.2.2 (#27)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [com.android.library](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>
Co-authored-by: sora <sora@helcel.net>
Reviewed-on: helcel/beendroid#27
Co-authored-by: bot <bot@helcel.net>
Co-committed-by: bot <bot@helcel.net>
This commit is contained in:
bot 2024-02-07 17:01:39 +01:00 committed by sora
parent 3d34359ea5
commit f30f9d3fc7

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.1' apply false
id 'com.android.library' version '8.2.1' 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
} }