Skip to content

Commit ad876e7

Browse files
committed
version change
1 parent 668764d commit ad876e7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/the/bytecode/club/bytecodeviewer/BytecodeViewer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
public class BytecodeViewer
123123
{
124124
/*per version*/
125-
public static String version = "2.9.14";
125+
public static String version = "2.9.15";
126126
public static boolean previewCopy = false;
127127
public static boolean fatJar = true; //could be automatic by checking if it's loaded a class named whatever for a library
128128
/*the rest*/

src/the/bytecode/club/bytecodeviewer/Dex2Jar.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public class Dex2Jar {
3535
* @param output the output .jar file
3636
*/
3737
public static synchronized void dex2Jar(File input, File output) {
38-
System.out.println("TEST: " + input.getAbsolutePath()+", " +output.getAbsolutePath());
3938
try {
4039
com.googlecode.dex2jar.tools.Dex2jarCmd.main(new String[]{input.getAbsolutePath()});
4140
String realOutput = input.getName().replaceAll("\\.dex", "-dex2jar.jar").replaceAll("\\.apk", "-dex2jar.jar");

0 commit comments

Comments
 (0)