mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Bump the target SDK version to 33 (Android 13)
Keep the android gradle plugin to version 7.2.1. Version 7.3.0 changes the build layout which causes updates to the generated shared libraries to not be picked up. (cherry picked from commits2803c471e8and837db0b051)
This commit is contained in:
parent
c8e800f457
commit
75d8d332f2
3 changed files with 5 additions and 5 deletions
|
|
@ -226,7 +226,7 @@ static const char *APK_ASSETS_DIRECTORY = "res://android/build/assets";
|
|||
static const char *AAB_ASSETS_DIRECTORY = "res://android/build/assetPacks/installTime/src/main/assets";
|
||||
|
||||
static const int DEFAULT_MIN_SDK_VERSION = 19; // Should match the value in 'platform/android/java/app/config.gradle#minSdk'
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue