For me own convenience

pull/210/head
M66B 2 years ago
parent 3eeae2a981
commit 276cfc6c51

@ -221,6 +221,9 @@ public class EntityAnswer implements Serializable {
text = text.replace("$" + name + "$", TextUtils.join("<br>", lines));
}
if (BuildConfig.DEBUG)
text = text.replace("$version$", BuildConfig.VERSION_NAME);
return text;
}

Loading…
Cancel
Save