mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-03 15:24:26 +02: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 =
|
private final static Pattern hexPattern =
|
||||||
Pattern.compile("-?[0-9a-fA-F]{1,8}");
|
Pattern.compile("-?[0-9a-fA-F]{1,8}");
|
||||||
private final static Pattern resIdPattern =
|
private final static Pattern resIdPattern =
|
||||||
Pattern.compile("\\+?(?:|(.+?):)(.+?)/(.+?)");
|
Pattern.compile("\\+?(?:(.+?):|)([^:]+?)/(.+?)");
|
||||||
|
|
||||||
private final static int TYPE_NULL = 0x00;
|
private final static int TYPE_NULL = 0x00;
|
||||||
private final static int TYPE_REFERENCE = 0x01;
|
private final static int TYPE_REFERENCE = 0x01;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user