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:
Jakub Sokołowski 2019-06-14 11:06:38 -04:00
parent 1a4763c48d
commit 5cf112e8a5
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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') {