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:
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'
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user