mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 17:27:41 +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);
|
ret.append("-v").append(sdkVersion);
|
||||||
}
|
}
|
||||||
if (isInvalid) {
|
if (isInvalid) {
|
||||||
ret.append("-ERR" + sErrCounter++);
|
ret.append("-ERR").append(sErrCounter++);
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret.toString();
|
return ret.toString();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user