diff options
-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) |