Set up ASM dependency.
Test: N/A
Bug: 243124672
Change-Id: I1db429f23e5de020a76014ff49f35c97a324250e
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 7d66694..bbab205 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -23,6 +23,7 @@
atomicFu = "0.17.0"
autoService = "1.0-rc6"
autoValue = "1.6.3"
+asm = "9.3"
cmake = "3.22.1"
dagger = "2.42"
dexmaker = "2.28.3"
@@ -74,6 +75,8 @@
apacheCommonsCodec = { module = "commons-codec:commons-codec", version = "1.15" }
apacheCommonIo = { module = "commons-io:commons-io", version = "2.4" }
assertj = { module = "org.assertj:assertj-core", version = "3.11.1" }
+asm = { module = "org.ow2.asm:asm", version = "asm"}
+asmCommons = { module = "org.ow2.asm:asm-commons", version = "asm"}
checkerframework = { module = "org.checkerframework:checker-qual", version = "2.5.3" }
checkmark = { module = "net.saff.checkmark:checkmark", version = "0.1.6" }
constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.0.1"}