mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-28 04:10:14 +02:00
Update ChunkType as per recent ResourceTypes.h
This commit is contained in:
parent
8852ab0ba7
commit
4457492c6e
@ -33,7 +33,10 @@ public enum ChunkType {
|
||||
PACKAGE((short)0x0200),
|
||||
TYPE((short)0x0201),
|
||||
SPEC((short)0x0202),
|
||||
LIBRARY((short)0x0203);
|
||||
LIBRARY((short)0x0203),
|
||||
OVERLAYABLE((short)0x0204),
|
||||
OVERLAYABLE_POLICY((short)0x0205),
|
||||
STAGED_ALIAS((short)0x0206);
|
||||
|
||||
public final short ID;
|
||||
ChunkType(short id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user