mirror of
https://github.com/status-im/status-react.git
synced 2025-01-14 13:06:50 +00:00
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…
x
Reference in New Issue
Block a user