Update build scripts and add Play Store filter
This commit is contained in:
parent
65da823bd8
commit
a3e2a74249
2 changed files with 5 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ def computeVersionName = { ->
|
|||
String ver = "git-source"
|
||||
try {
|
||||
if (execThing(" git status -z").toString().trim().equals("")) {
|
||||
return execThing(' git log -1 --format="%h"').toString().trim()
|
||||
return "git-" + execThing(' git log -1 --format="%h"').toString().trim()
|
||||
} else {
|
||||
return ver
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue