Skip to content

Commit 50ae1a2

Browse files
committed
Fix build error(DxCall): call Class<?>.version()
1 parent 46e55a7 commit 50ae1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/duangsuse/dex/DxCall.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class DxCall {
2727

2828
void init() {
2929
//remove if DX is loaded from Dex
30-
Main.version();
30+
com.android.dx.command.Main.main(new String[0]);
3131
File dexFile = new File(mDexPath);
3232
if (dexFile.isFile())
3333
loadDex();

0 commit comments

Comments
 (0)