mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 09:17:35 +01:00
[skip] use append instead of concat
This commit is contained in:
parent
8254764c6c
commit
2c1226fab8
@ -363,7 +363,7 @@ public class ResConfigFlags {
|
||||
ret.append("-v").append(sdkVersion);
|
||||
}
|
||||
if (isInvalid) {
|
||||
ret.append("-ERR" + sErrCounter++);
|
||||
ret.append("-ERR").append(sErrCounter++);
|
||||
}
|
||||
|
||||
return ret.toString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user