| commit | 2b98d66ff99c4f06533d304c2d7704a471513bd6 | [log] [tgz] |
|---|---|---|
| author | Søren Gjesse <sgjesse@google.com> | Fri Nov 01 13:14:31 2024 +0100 |
| committer | Søren Gjesse <sgjesse@google.com> | Fri Nov 01 13:14:31 2024 +0100 |
| tree | 333a1a298bb250af6c57a3f996208008b02e1735 | |
| parent | 9512178b2ab71ae9340faecd4f3895a82e1bcd88 [diff] [blame] |
Update asm to version 9.7.1 Fixes: b/376816511 Change-Id: Ia0d8528a50dd33038e7bd4461d97cc76f8735fc4
diff --git a/tools/create_local_maven_with_dependencies.py b/tools/create_local_maven_with_dependencies.py index 0df88f7..cb5928f 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.7' # When updating update tools/asmifier.py and Toolhelper as well. +ASM_VERSION = '9.7.1' # When updating update tools/asmifier.py and Toolhelper as well. ESPRESSO_VERSION = '3.0.0' FASTUTIL_VERSION = '7.2.1' KOTLIN_METADATA_VERSION = '2.0.0'