diff options
| author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-03-21 18:54:04 -0700 |
|---|---|---|
| committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-03-21 19:24:09 -0700 |
| commit | 845ca33c7608a8df7e7aaf87f38c1dfaf724fad2 (patch) | |
| tree | 2cb371b0497d9f8bd63a32a402f7f3a910aa76f7 /platform/android/export | |
| parent | ce90d77a1857e9cee4b7571258d6e917bf4ba268 (diff) | |
| download | redot-engine-845ca33c7608a8df7e7aaf87f38c1dfaf724fad2.tar.gz | |
Bump the target SDK version to 33 (Android 13)
Diffstat (limited to 'platform/android/export')
| -rw-r--r-- | platform/android/export/export_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/export/export_plugin.cpp b/platform/android/export/export_plugin.cpp index a362b6370e..fa97a095ab 100644 --- a/platform/android/export/export_plugin.cpp +++ b/platform/android/export/export_plugin.cpp @@ -253,7 +253,7 @@ static const char *AAB_ASSETS_DIRECTORY = "res://android/build/assetPacks/instal static const int OPENGL_MIN_SDK_VERSION = 21; // Should match the value in 'platform/android/java/app/config.gradle#minSdk' static const int VULKAN_MIN_SDK_VERSION = 24; -static const int DEFAULT_TARGET_SDK_VERSION = 32; // Should match the value in 'platform/android/java/app/config.gradle#targetSdk' +static const int DEFAULT_TARGET_SDK_VERSION = 33; // Should match the value in 'platform/android/java/app/config.gradle#targetSdk' #ifndef ANDROID_ENABLED void EditorExportPlatformAndroid::_check_for_changes_poll_thread(void *ud) { |
