android: Switch the default target API level to 33

This commit is contained in:
Sebastian Krzyszkowiak 2024-03-04 21:28:29 +01:00
parent 566d8d9cd3
commit cb010d9e84
No known key found for this signature in database
GPG key ID: E8F235CF3BDBC3FF

View file

@ -592,7 +592,7 @@ if (NOT LIBSUPERDERPY_CONFIG_INCLUDED)
ENDMACRO()
if(ANDROID)
set(ANDROID_TARGET "android-30" CACHE STRING "What Android target to compile for.")
set(ANDROID_TARGET "android-33" CACHE STRING "What Android target to compile for.")
STRING(REGEX REPLACE "^android-" "" ANDROID_TARGET_VERSION ${ANDROID_TARGET})
set(LIBSUPERDERPY_PLATFORM_OVERRIDE "android")