mirror of
https://github.com/QuasarApp/CMake.git
synced 2025-04-26 17:54:43 +00:00
update default android abi version
This commit is contained in:
parent
b32cca6238
commit
5e0fc2b928
@ -394,7 +394,7 @@ function(addDeployAPK name android_src aliase keystore keystorePass targetDir ex
|
||||
IF(DEFINED ENV{ANDROID_API_VERSION})
|
||||
set(ANDROID_PLATFORM_LEVEL $ENV{ANDROID_API_VERSION})
|
||||
else()
|
||||
set(ANDROID_PLATFORM_LEVEL 28)
|
||||
set(ANDROID_PLATFORM_LEVEL 30)
|
||||
endif()
|
||||
message("The ANDROID_PLATFORM_LEVEL = ${ANDROID_PLATFORM_LEVEL}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user