mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-11 15:09:24 +01:00
e23eb9cf6b
This replaces the custom LittleEndianDataInputStream with guava's implementation. To do this, I had to fix ExtDataInput to better handle the case where skipBytes doesn't skip all the bytes (the tests failed without this, and succeed with it). This appears to be the main difference between the two implementations. Guava's implementation is preferred because it is already a dependency and because its license is clearer (the previous implementation had a vague "public domain" comment in the thread which may not be legally sufficient). Fixes #1166 |
||
---|---|---|
.. | ||
src/main/java/brut/util | ||
build.gradle |