mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-11 12:35:52 +01:00
d40710005f
layoutDirection was being read in error. layoutDirection is read via bit shifting over screenLayout (byte 32, 33) The then removed layoutDirection freed up 2 bytes. This gave us 12 bytes of unknown space from byte 36 to 48. This corresponded to localeScript[4] and localeVariant[8] Adding proper support for those bytes fixed BCP support |
||
---|---|---|
.. | ||
src | ||
build.gradle |