File tree 3 files changed +3
-3
lines changed
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"):
68
68
69
69
# This is kept in sync with the value in 'platform/android/java/app/config.gradle'.
70
70
def get_ndk_version ():
71
- return "27.2.12479018 "
71
+ return "28.1.13356709 "
72
72
73
73
74
74
# 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 = [
13
13
nexusPublishVersion : ' 1.3.0' ,
14
14
javaVersion : JavaVersion . VERSION_17 ,
15
15
// Also update 'platform/android/detect.py#get_ndk_version()' when this is updated.
16
- ndkVersion : ' 27.2.12479018 ' ,
16
+ ndkVersion : ' 28.1.13356709 ' ,
17
17
splashscreenVersion : ' 1.0.1' ,
18
18
openxrVendorsVersion : ' 4.0.0-stable'
19
19
Original file line number Diff line number Diff line change 1
1
# 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 )
3
3
project (godot)
4
4
5
5
set (CMAKE_CXX_STANDARD 14)
You can’t perform that action at this time.
0 commit comments