4
0
mirror of https://github.com/QuasarApp/CMake.git synced 2025-05-02 04:29:41 +00:00

update default android abi version

This commit is contained in:
Andrei Yankovich 2021-04-28 14:53:12 +03:00
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}")