File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def get_android_ndk_root(env: "SConsEnvironment"):
6868
6969# This is kept in sync with the value in 'platform/android/java/app/config.gradle'.
7070def get_ndk_version ():
71- return "27.2.12479018 "
71+ return "28.1.13356709 "
7272
7373
7474# This is kept in sync with the value in 'platform/android/java/app/config.gradle'.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ext.versions = [
1313 nexusPublishVersion : ' 1.3.0' ,
1414 javaVersion : JavaVersion . VERSION_17 ,
1515 // Also update 'platform/android/detect.py#get_ndk_version()' when this is updated.
16- ndkVersion : ' 27.2.12479018 ' ,
16+ ndkVersion : ' 28.1.13356709 ' ,
1717 splashscreenVersion : ' 1.0.1' ,
1818 openxrVendorsVersion : ' 4.0.0-stable'
1919
Original file line number Diff line number Diff line change 11# Non functional cmake build file used to provide Android Studio editor support to the project.
2- cmake_minimum_required (VERSION 3.6 )
2+ cmake_minimum_required (VERSION 3.10 )
33project (godot)
44
55set (CMAKE_CXX_STANDARD 14)
You can’t perform that action at this time.
0 commit comments