version change
This commit is contained in:
parent
668764d9c0
commit
ad876e79a0
2 changed files with 1 additions and 2 deletions
|
@ -122,7 +122,7 @@ import the.bytecode.club.bytecodeviewer.plugin.PluginManager;
|
|||
public class BytecodeViewer
|
||||
{
|
||||
/*per version*/
|
||||
public static String version = "2.9.14";
|
||||
public static String version = "2.9.15";
|
||||
public static boolean previewCopy = false;
|
||||
public static boolean fatJar = true; //could be automatic by checking if it's loaded a class named whatever for a library
|
||||
/*the rest*/
|
||||
|
|
|
@ -35,7 +35,6 @@ public class Dex2Jar {
|
|||
* @param output the output .jar file
|
||||
*/
|
||||
public static synchronized void dex2Jar(File input, File output) {
|
||||
System.out.println("TEST: " + input.getAbsolutePath()+", " +output.getAbsolutePath());
|
||||
try {
|
||||
com.googlecode.dex2jar.tools.Dex2jarCmd.main(new String[]{input.getAbsolutePath()});
|
||||
String realOutput = input.getName().replaceAll("\\.dex", "-dex2jar.jar").replaceAll("\\.apk", "-dex2jar.jar");
|
||||
|
|
Loading…
Reference in a new issue