offensive-security / nethunter-app

NetHunter android application
314 stars 155 forks source link

Update build tools / move builder's name to build.gradle rather than in activity. #175

Closed fat-tire closed 6 years ago

fat-tire commented 7 years ago

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.

jmingov commented 7 years ago

Hi @fat-tire this looks nice! Ty