mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-18 00:27:04 -04:00
AE1 mistakenly passes in `1` as an ASM api version when it uses `SignatureVisitor`. This is valid in ASM4 because it never checks if the Opcode is valid, this is fixed in ASM5, which we override ASM4 with due to compatibility issues with the Java 8 JRE we use