提交 43538902 编写于 作者: J Jan S 提交者: skylot

fix: restore support for AAR files (issue #95) (PR #464)

上级 28d348b3
......@@ -59,8 +59,8 @@ public class InputFile {
loadFromZip(".dex");
return;
}
if (fileName.endsWith(".jar")) {
// check if jar contains '.dex' files
if (fileName.endsWith(".jar") || fileName.endsWith(".aar")) {
// check if jar/aar contains '.dex' files
if (loadFromZip(".dex")) {
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册