Commit 9fa02e0 1 parent 213b8e9 commit 9fa02e0 Copy full SHA for 9fa02e0
File tree 4 files changed +6
-13
lines changed
4 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 26
26
distribution : ' adopt'
27
27
cache : gradle
28
28
29
- # CMake version 3.21.3 causes gradle to throw a NullPointerException during the build
30
- # Removing it will cause gradle to fall back on 3.18.1 installed by the Android SDK
31
- - name : Create Build Environment
32
- run : rm /usr/local/bin/cmake
33
-
34
29
- name : Cache CMake build folder
35
30
uses : actions/cache@v2
36
31
with :
Original file line number Diff line number Diff line change @@ -25,8 +25,3 @@ set(UBSAN OFF)
25
25
26
26
# Disable in-game options to exit the game.
27
27
set (NOEXIT ON )
28
-
29
- if (CMAKE_BUILD_TYPE STREQUAL "Release" )
30
- # Work around a linker bug in clang: https://github.com/android/ndk/issues/721
31
- set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -flto=full" )
32
- endif ()
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ if (buildAsApplication) {
7
7
}
8
8
9
9
android {
10
+ // ndkVersion '25.0.8775105'
11
+ // ndkVersion '24.0.8215888'
12
+ ndkVersion ' 23.2.8568313'
10
13
compileSdkVersion 32
11
14
defaultConfig {
12
15
if (buildAsApplication) {
@@ -40,7 +43,7 @@ android {
40
43
externalNativeBuild {
41
44
cmake {
42
45
path ' ../../CMakeLists.txt'
43
- version " 3.13.0 +"
46
+ version " 3.22.1 +"
44
47
}
45
48
}
46
49
Original file line number Diff line number Diff line change 1
- # Thu Nov 11 18:20:34 PST 2021
1
+ # Mon Jul 25 04:46:02 CEST 2022
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments