
This makes it easy to tell which debug build a device is running, since the versionName now automatically describes the exact commit that was built, based on `git describe`, e.g.: 0.100-alpha7-33-gc2e8e8a For release builds, i.e. builds from commits that are tagged as releases, the versionName will be just the tag name: 0.100-alpha8 closes #664 https://gitlab.com/fdroid/fdroidclient/issues/664