mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 13:17:43 +02:00
build: update to smali/baksmali 2.3.4
This commit is contained in:
@ -59,7 +59,7 @@ public class SmaliMod {
|
||||
InputStream is = new FileInputStream(smaliFile);
|
||||
InputStreamReader reader = new InputStreamReader(is, "UTF-8");
|
||||
|
||||
lexer = new smaliFlexLexer(reader);
|
||||
lexer = new smaliFlexLexer(reader, apiLevel);
|
||||
((smaliFlexLexer)lexer).setSourceFile(smaliFile);
|
||||
tokens = new CommonTokenStream((TokenSource) lexer);
|
||||
|
||||
|
Reference in New Issue
Block a user