aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorfuzzard <fuzzard@users.noreply.github.com>2022-12-03 10:15:45 +1000
committerGitHub <noreply@github.com>2022-12-03 10:15:45 +1000
commit5746dba903230b81c063320b5575a7d95b8b78f5 (patch)
tree75dc517cdf3753404cb22d2245ec04221d1bff54 /cmake
parentcde9e2576e17e282693e940c05deca822b8d609d (diff)
parent4076645c20520d2a46cb25a33a663b26defda5c6 (diff)
Merge pull request #22197 from a1rwulf/android-sdk-31-bump
Android sdk 31 bump
Diffstat (limited to 'cmake')
-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)