mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Annual versions bump for the Android platform
- gradle: 8.2 -> 8.11.1 - androidx.constraintlayout:constraintlayout: 2.1.4 -> 2.2.1 - Android gradle plugin: 8.2.0 -> 8.6.1 - Android compile sdk: 34 -> 35 - Android target sdk: 34 -> 35 - Android build tools: 34.0.0 -> 35.0.0 - kotlin: 1.9.20 -> 2.1.20 - androidx.fragment:fragment: 1.7.1 -> 1.8.6 - OpenXR vendors plugin: 3.1.2-stable -> 4.0.0-stable
This commit is contained in:
parent
6a6a1168a5
commit
4b4144cc39
8 changed files with 16 additions and 14 deletions
|
@ -283,7 +283,7 @@ static const char *AAB_ASSETS_DIRECTORY = "assetPacks/installTime/src/main/asset
|
|||
|
||||
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 = 34; // Should match the value in 'platform/android/java/app/config.gradle#targetSdk'
|
||||
static const int DEFAULT_TARGET_SDK_VERSION = 35; // 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