update known bytes to 38

This commit is contained in:
Connor Tumbleson 2013-02-24 10:53:40 -06:00
parent dccbe33877
commit 8a9af4ab31

View File

@ -401,7 +401,7 @@ public class ARSCDecoder {
private static final Logger LOGGER = Logger.getLogger(ARSCDecoder.class
.getName());
private static final int KNOWN_CONFIG_BYTES = 36;
private static final int KNOWN_CONFIG_BYTES = 38;
public static class ARSCData {