diff options
author | Wolfgang Haupt <haupt.wolfgang@gmail.com> | 2022-10-02 10:43:16 +0200 |
---|---|---|
committer | Wolfgang Haupt <haupt.wolfgang@gmail.com> | 2022-11-28 07:12:29 +0100 |
commit | 52e5bbbf480a6f04840ea67c57b794c0fd18344e (patch) | |
tree | 4ab6664b493af7f1853a73c4e3a7618988cdd9d5 /cmake/platform | |
parent | 9fc8af5d9cce4cc96c3ca7471049cc538f56b80f (diff) |
Android: Bump SDK to version 31
Diffstat (limited to 'cmake/platform')
-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 0cc5b9b6bd..3e366ea7c4 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 30) +set(TARGET_SDK 31) # Minimum supported SDK version set(TARGET_MINSDK 21) |