aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform
diff options
context:
space:
mode:
authorWolfgang Haupt <haupt.wolfgang@gmail.com>2022-10-02 10:43:16 +0200
committerWolfgang Haupt <haupt.wolfgang@gmail.com>2022-11-28 07:12:29 +0100
commit52e5bbbf480a6f04840ea67c57b794c0fd18344e (patch)
tree4ab6664b493af7f1853a73c4e3a7618988cdd9d5 /cmake/platform
parent9fc8af5d9cce4cc96c3ca7471049cc538f56b80f (diff)
Android: Bump SDK to version 31
Diffstat (limited to 'cmake/platform')
-rw-r--r--cmake/platform/android/android.cmake2
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)