For me own convenience

This commit is contained in:
M66B 2023-01-06 09:06:29 +01:00
parent 3eeae2a981
commit 276cfc6c51
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}