diff options
author | Jose Luis Marti <joseluis.marti@gmail.com> | 2023-02-08 16:11:56 +0100 |
---|---|---|
committer | Jose Luis Marti <joseluis.marti@gmail.com> | 2023-02-08 16:11:56 +0100 |
commit | fc8bbd0efe47aa75efedbaf8eeec09b13064c398 (patch) | |
tree | c531d616b599904c4312685a0472496e363bcdc6 | |
parent | 6d04737c86b426350398d03d40b9bd058bd73c2e (diff) |
Bump Android SDK 33
-rw-r--r-- | cmake/platform/android/android.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/platform/android/android.cmake b/cmake/platform/android/android.cmake index 3e366ea7c4..2c4fbb48f2 100644 --- a/cmake/platform/android/android.cmake +++ b/cmake/platform/android/android.cmake @@ -2,6 +2,6 @@ set(PLATFORM_REQUIRED_DEPS LibAndroidJNI OpenGLES EGL LibZip) set(APP_RENDER_SYSTEM gles) # Store SDK compile version -set(TARGET_SDK 31) +set(TARGET_SDK 33) # Minimum supported SDK version set(TARGET_MINSDK 21) |