1
0
Fork 0

'full' and 'lite' flavors

This commit is contained in:
sspanak 2024-06-12 12:48:55 +03:00 committed by Dimo Karaivanov
parent 11e042e707
commit 6670bccc50
16 changed files with 182 additions and 64 deletions

View file

@ -44,6 +44,10 @@ def generateVersionName() {
return "$versionTagsCount.$commitsSinceLastTag$betaString"
}
ext.exec = { command ->
return execThing(command)
}
ext.getVersionName = { ->
return generateVersionName()
}