From 385aab748ba0448ec24602487cd0a5c9e866a4ab Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:45:36 -0800 Subject: [PATCH] Update dependency com.android.tools.build:gradle (#653) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.android.tools.build:gradle](http://tools.android.com/) ([source](https://android.googlesource.com/platform/tools/base)) | dependencies | patch | `8.3.0-alpha13` -> `8.3.0-alpha15` | | [com.android.tools.build:gradle](http://tools.android.com/) ([source](https://android.googlesource.com/platform/tools/base)) | dependencies | patch | `8.1.1` -> `8.1.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- agp-handlers/agp-handler-80/build.gradle.kts | 2 +- agp-handlers/agp-handler-83/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agp-handlers/agp-handler-80/build.gradle.kts b/agp-handlers/agp-handler-80/build.gradle.kts index 5446ed628..4c7bce349 100644 --- a/agp-handlers/agp-handler-80/build.gradle.kts +++ b/agp-handlers/agp-handler-80/build.gradle.kts @@ -11,6 +11,6 @@ dependencies { implementation(libs.autoService.annotations) - compileOnly("com.android.tools.build:gradle:8.1.1") + compileOnly("com.android.tools.build:gradle:8.1.4") compileOnly(gradleApi()) } diff --git a/agp-handlers/agp-handler-83/build.gradle.kts b/agp-handlers/agp-handler-83/build.gradle.kts index dcd1ae244..cf652e22b 100644 --- a/agp-handlers/agp-handler-83/build.gradle.kts +++ b/agp-handlers/agp-handler-83/build.gradle.kts @@ -11,6 +11,6 @@ dependencies { implementation(libs.autoService.annotations) - compileOnly("com.android.tools.build:gradle:8.3.0-alpha13") + compileOnly("com.android.tools.build:gradle:8.3.0-alpha15") compileOnly(gradleApi()) }