Skip to content

Commit

Permalink
Fix: make jf default dex lib
Browse files Browse the repository at this point in the history
  • Loading branch information
REAndroid committed Jan 21, 2025
1 parent 6145aad commit 92914b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class DecompileOptions extends OptionsWithFramework {
},
description = "dex_lib"
)
public String dexLib = DEX_LIB_INTERNAL;
public String dexLib = DEX_LIB_JF;

@OptionArg(name = "-sig", description = "signatures_path")
public File signaturesDirectory;
Expand Down

0 comments on commit 92914b0

Please sign in to comment.