Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.10.1"
agp = "8.13.2"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 081f423. Configure here.


asm = "9.4" # // compatibility matrix -> https://developer.android.com/reference/tools/gradle-api/7.1/com/android/build/api/instrumentation/InstrumentationContext#apiversion
ktfmt = "0.51"
Expand Down
Loading