Skip to content
Closed
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
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ configurations.all {
// multi-release overlay that this AGP's Jetifier can't parse ("Unsupported
// class file major version 68"). 1.15.x is the last line without that overlay
// and is still API-compatible with mockito's usage.
force 'net.bytebuddy:byte-buddy:1.15.11'
force 'net.bytebuddy:byte-buddy-agent:1.15.11'
force 'net.bytebuddy:byte-buddy:1.18.13'
force 'net.bytebuddy:byte-buddy-agent:1.18.13'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Byte Buddy bump rebreaks Jetifier

High Severity

The resolutionStrategy now forces byte-buddy and byte-buddy-agent to 1.18.13, which still ships the META-INF/versions/24 overlay that this AGP's Jetifier cannot parse. That pin existed to stay on 1.15.x so Android builds would not fail with unsupported class file major version 68.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 8430da3. Configure here.

}
}
Loading