Skip to content

Commit

Permalink
Update dependency com.android.tools.build:gradle (#653)
Browse files Browse the repository at this point in the history
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy43NC4zIiwidXBkYXRlZEluVmVyIjoiMzcuNzQuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
slack-oss-bot authored Nov 29, 2023
1 parent 69f4220 commit 385aab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agp-handlers/agp-handler-80/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}
2 changes: 1 addition & 1 deletion agp-handlers/agp-handler-83/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}

0 comments on commit 385aab7

Please sign in to comment.