chiark / gitweb /
Merge branch 'jmastr/use_tag_if_version_name_is_unknown' into 'master'
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 11 Feb 2016 19:06:22 +0000 (19:06 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 11 Feb 2016 19:06:22 +0000 (19:06 +0000)
use tag if version name is unknown

If we don't find the version name neither in the AndroidManifest.xml nor
in the build.grade file, we fallback to the tag the user specified to
search for.

That way we have a better version name than 'Unknown'.

See merge request !97


Trivial merge