Update tools/asmifier.py with current ASM version
Change-Id: I521ac0144f57dafc021b3bc0e88bbb8e531e85d1
diff --git a/build.gradle b/build.gradle
index 7429345..7e42ea1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@
ext {
androidSupportVersion = '25.4.0'
- asmVersion = '8.0'
+ asmVersion = '8.0' // When updating update tools/asmifier.py as well.
espressoVersion = '3.0.0'
fastutilVersion = '7.2.0'
guavaVersion = '23.0'
diff --git a/tools/asmifier.py b/tools/asmifier.py
index c2fbdc0..5290f0a 100755
--- a/tools/asmifier.py
+++ b/tools/asmifier.py
@@ -10,7 +10,7 @@
import sys
import utils
-ASM_VERSION = '7.2'
+ASM_VERSION = '8.0'
ASM_JAR = 'asm-' + ASM_VERSION + '.jar'
ASM_UTIL_JAR = 'asm-util-' + ASM_VERSION + '.jar'