bot
50ea335a06
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>
6 lines
296 B
Groovy
6 lines
296 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id 'com.android.application' 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
|
|
} |