diff options
author | Yuri Sizov <yuris@humnom.net> | 2024-01-22 20:39:14 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2024-01-22 20:39:14 +0100 |
commit | 2ee8f46056453b034e831c8a1f1531c12fc2837a (patch) | |
tree | 9abedf43022b390dc344f1c382e396a7393e6884 /platform/android/export/export_plugin.cpp | |
parent | 8f5111744585f01eaa9b7c3730f9592e69677efa (diff) | |
parent | e04a38775b45d25155d7658d3914d4eef2b9fd42 (diff) | |
download | redot-engine-2ee8f46056453b034e831c8a1f1531c12fc2837a.tar.gz |
Merge pull request #87346 from m4gr3d/android_dependencies_updates
Update Android dependencies for the project
Diffstat (limited to 'platform/android/export/export_plugin.cpp')
-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 5e42d8a967..459f5a5983 100644 --- a/platform/android/export/export_plugin.cpp +++ b/platform/android/export/export_plugin.cpp @@ -255,7 +255,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 = 33; // Should match the value in 'platform/android/java/app/config.gradle#targetSdk' +static const int DEFAULT_TARGET_SDK_VERSION = 34; // Should match the value in 'platform/android/java/app/config.gradle#targetSdk' #ifndef ANDROID_ENABLED void EditorExportPlatformAndroid::_check_for_changes_poll_thread(void *ud) { |