Skip to content

Commit

Permalink
made parsing classes disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tufanbarisyildirim committed Apr 25, 2020
1 parent 55f9a8f commit 1282c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ApkParser/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct(array $config = array())
$this->config = array_merge(array(
'tmp_path' => sys_get_temp_dir(),
'jar_path' => __DIR__ . '/Dex/dedexer.jar',
'manifest_only' => false
'manifest_only' => true
), $config);
}

Expand Down

0 comments on commit 1282c68

Please sign in to comment.