commit | 712400ef8785593a5c012ea585c94b7ac1c53dc3 | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Mon Apr 29 13:08:11 2024 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Mon Apr 29 11:09:07 2024 +0000 |
tree | 8f724b953874759d52dbbf2c13d617a522705af6 | |
parent | ab93fc9e48e2f41382679dc801776d741a8945d9 [diff] [blame] |
Update asm to version 9.7 Fixes: b/321850673 Fixes: b/321869318 Change-Id: Idc40475cc7512f93ff981f7abdd9d6cf3c9f1d87
diff --git a/tools/create_local_maven_with_dependencies.py b/tools/create_local_maven_with_dependencies.py index b66a639..1e4ae4f 100755 --- a/tools/create_local_maven_with_dependencies.py +++ b/tools/create_local_maven_with_dependencies.py
@@ -21,7 +21,7 @@ ] ANDRDID_SUPPORT_VERSION = '25.4.0' -ASM_VERSION = '9.6' # When updating update tools/asmifier.py and Toolhelper as well. +ASM_VERSION = '9.7' # When updating update tools/asmifier.py and Toolhelper as well. ESPRESSO_VERSION = '3.0.0' FASTUTIL_VERSION = '7.2.1' KOTLIN_METADATA_VERSION = '0.9.0'