diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2022-06-18 18:36:01 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-18 18:36:01 +1000 |
commit | 5857f3324aeda54f129b1ff9be93bc1eb3aee8e9 (patch) | |
tree | bb1f5d8deb17d9502cea0330d25d4ceb57dde19d /cmake | |
parent | 0dc0e93bc9ed0f986a1264225206ef2a6430bbee (diff) | |
parent | c9a50f006d2db466e52b4e67eba16e2b30eafdb6 (diff) |
Merge pull request #21570 from fuzzard/master_androidsdkbump
[Android] SDK30 bump
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/platform/android/android.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/platform/android/android.cmake b/cmake/platform/android/android.cmake index 7e3300426d..8250d49f81 100644 --- a/cmake/platform/android/android.cmake +++ b/cmake/platform/android/android.cmake @@ -1,2 +1,7 @@ set(PLATFORM_REQUIRED_DEPS LibAndroidJNI OpenGLES EGL Zip) set(APP_RENDER_SYSTEM gles) + +# Store SDK compile version +set(TARGET_SDK 30) +# Minimum supported SDK version +set(TARGET_MINSDK 21) |