Created by: smarek
Using short form of current commit id and appending it to current, manifest defined, versionName
- Edited reports to say if returning version code or name
> gradle assembleRelease -S
Starting a new Gradle Daemon for this build (subsequent builds will be faster).
Importing with getManifestVersionCode()
Returning version code 36
Importing with getManifestVersionName()
Returning version name 0.1.36-alpha-0747dc5
This closes #147 (closed)