don't pass any arguments to getVersion
ab11a67c96
removed the argument but didn't clean this call
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
1a4763c48d
commit
5cf112e8a5
|
@ -16,7 +16,7 @@ def bundle() {
|
|||
target = 'pr';
|
||||
env.NDK_ABI_FILTERS="x86"; break
|
||||
case 'release':
|
||||
gradleOpt += "-PreleaseVersion='${utils.getVersion('mobile_files')}'"
|
||||
gradleOpt += "-PreleaseVersion='${utils.getVersion()}'"
|
||||
}
|
||||
|
||||
dir('android') {
|
||||
|
|
Loading…
Reference in New Issue