Skip to content

Commit

Permalink
Update asm version to 9.7.1
Browse files Browse the repository at this point in the history
Bug: 340640065
Test: N/A
Change-Id: Ie48d8d9a65f530791ef301aa6f1aede212bf72f0
  • Loading branch information
ruiqimao committed Feb 5, 2025
1 parent ec86986 commit a44ea68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ java {
dependencies {
compileOnly(libs.android.gradlePlugin.api)
implementation(gradleKotlinDsl())
implementation("org.ow2.asm:asm-util:9.7")
implementation("org.ow2.asm:asm-util:9.7.1")
}

gradlePlugin {
Expand Down

0 comments on commit a44ea68

Please sign in to comment.