4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-07 10:49:37 +00:00

sets android api version

This commit is contained in:
Andrei Yankovich 2021-04-27 16:14:28 +03:00
parent 7647545b3c
commit 8d4767e63c

@ -73,6 +73,7 @@ class CMake(Make):
'-DSIGN_PATH="' + secret.getValue('SIGPATH') + '"',
'-DSIGN_ALIES="quasarapp"',
'-DSIGN_STORE_PASSWORD="' + secret.getValue('SIGPASS') + '"',
'-DANDROID_PLATFORM_LEVEL=$ANDROID_API_VERSION',
'-B cmake_build'
]
@ -95,6 +96,7 @@ class CMake(Make):
'-DSIGN_PATH="' + secret.getValue('SIGPATH') + '"',
'-DSIGN_ALIES="quasarapp"',
'-DSIGN_STORE_PASSWORD="' + secret.getValue('SIGPASS') + '"',
'-DANDROID_PLATFORM_LEVEL=$ANDROID_API_VERSION',
'-B cmake_build'
]