commit | 4ea95dc5567e910101e7cd2a21b5b4698c7860fe | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Thu Oct 26 15:23:34 2023 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Thu Oct 26 13:57:21 2023 +0000 |
tree | 7b7604b3758e50d3c87ac10bde6a498db66d3cd9 | |
parent | df6194f9933a854b36cd00206381319f483a20b2 [diff] [blame] |
Update asm to version 9.6 Fixes: b/301189814 Fixes: b/307901751 Change-Id: Ia53766cecbeaa279647781b532a4c915784ea2c9
diff --git a/tools/create_local_maven_with_dependencies.py b/tools/create_local_maven_with_dependencies.py index 28f7401..fd06fa4 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.5' +ASM_VERSION = '9.6' # When updating update tools/asmifier.py and Toolhelper as well. ESPRESSO_VERSION = '3.0.0' FASTUTIL_VERSION = '7.2.1' KOTLIN_METADATA_VERSION = '0.7.0'