We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6145aad commit 92914b0Copy full SHA for 92914b0
1 file changed
src/main/java/com/reandroid/apkeditor/decompile/DecompileOptions.java
@@ -82,7 +82,7 @@ public class DecompileOptions extends OptionsWithFramework {
82
},
83
description = "dex_lib"
84
)
85
- public String dexLib = DEX_LIB_INTERNAL;
+ public String dexLib = DEX_LIB_JF;
86
87
@OptionArg(name = "-sig", description = "signatures_path")
88
public File signaturesDirectory;
0 commit comments