Just did a fresh build so updated libraries and tools. Also saw that the builder was hard-coded, so moved that to build.gradle. Debug builds will use the build machine users' name, but release names will use the harcoded name w/quotes-- so should look like:
Built by "Kali" at...
(inc. quotes around Kali). If you don't want the quotes, it's an easy change. Or if you want it hard coded in the actual code, that's fine too. Just passing this all along as usual. Didn't notice it break anything, but YMMV.
Just did a fresh build so updated libraries and tools. Also saw that the builder was hard-coded, so moved that to build.gradle. Debug builds will use the build machine users' name, but release names will use the harcoded name w/quotes-- so should look like:
Built by "Kali" at...
(inc. quotes around Kali). If you don't want the quotes, it's an easy change. Or if you want it hard coded in the actual code, that's fine too. Just passing this all along as usual. Didn't notice it break anything, but YMMV.