fix(deps): update agp to v8.13.2#1324
Conversation
|
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
### Fixes
- update agp to v8.13.2 ([#1324](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1324))If none of the above apply, you can opt out of this check by adding |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 081f423. Configure here.
| @@ -1,5 +1,5 @@ | |||
| [versions] | |||
| agp = "8.10.1" | |||
| agp = "8.13.2" | |||
There was a problem hiding this comment.
Compile and test AGP diverge
Medium Severity
Raising agp in the catalog moves plugin-build’s compileOnly(libs.agp) to 8.13.2, while applied Android plugins, testImplementation(Libs.AGP), and BuildPluginsVersion.AGP still default to 8.10.1. The plugin then compiles against one AGP API surface but tests and samples run another.
Reviewed by Cursor Bugbot for commit 081f423. Configure here.


This PR contains the following updates:
8.10.1→8.13.28.10.1→8.13.28.10.1→8.13.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.