mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 18:12:54 +01:00
ResValueFactory: small fix in regex.
This commit is contained in:
parent
37bb440daf
commit
6353e27395
@ -177,7 +177,7 @@ public class ResValueFactory {
|
||||
private final static Pattern hexPattern =
|
||||
Pattern.compile("-?[0-9a-fA-F]{1,8}");
|
||||
private final static Pattern resIdPattern =
|
||||
Pattern.compile("\\+?(?:|(.+?):)(.+?)/(.+?)");
|
||||
Pattern.compile("\\+?(?:(.+?):|)([^:]+?)/(.+?)");
|
||||
|
||||
private final static int TYPE_NULL = 0x00;
|
||||
private final static int TYPE_REFERENCE = 0x01;
|
||||
|
Loading…
Reference in New Issue
Block a user