Releases: ThexXTURBOXx/dex2jar
Releases · ThexXTURBOXx/dex2jar
v55
Merge remote-tracking branch 'origin/main' into develop
v54
Change Java distribution to Temurin
v53
Fix MethodCodeTooLargeException Is there a better solution?
v52
fix typos of hex strings decoding
v51
Extract Hex class resource logic to a separate method (#20) * feat: Extract Hex class resource logic to a separate method Sorry for the weird commit message, I couldn't find a way to word it better. Anyways.. This commit extracts the `getResourceAsStream` call to a separate, protected method so it can be overrided, and we can provide the Hex class from a different source. * fix: Check if Hex class stream is null
v50
Update Gradle and ASM
v49
Cleanup
v48
Finally fix handling of large arrays
v47
Improve handling of large arrays
v46
Remove deprecated workflow action