Skip to content

Commit 19fa8f7

Browse files
author
Damon Chen
committed
Use 23.0.7599858
1 parent 483085a commit 19fa8f7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
# 21.4.7075529 is needed for Unreal Engine 4.26
21-
ndk_version: [25.1.8937393, 23.1.7779620]
21+
ndk_version: [25.1.8937393, 23.0.7599858]
2222
# TODO: is x86_64-linux-android necessary to test on CI?
2323
target: [armv7-linux-androideabi, aarch64-linux-android, x86_64-linux-android]
2424
steps:

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ endif
1717

1818
# Comment out to set your ndk version
1919
# r23, for unreal 4.27 and 5.0
20-
# NDK_VERSION=23.1.7779620
20+
# NDK_VERSION=23.0.7599858
2121
# r25, for unreal 5.1
2222
# NDK_VERSION=25.1.8937393
2323
#
2424
# or set NDK_VERSION on command line
25-
# NDK_VERSION=23.1.7779620 make armv7-linux-androideabi
26-
# NDK_VERSION=23.1.7779620 make aarch64-linux-android
27-
# NDK_VERSION=23.1.7779620 make i686-linux-android
28-
# NDK_VERSION=23.1.7779620 make x86_64-linux-android
25+
# NDK_VERSION=23.0.7599858 make armv7-linux-androideabi
26+
# NDK_VERSION=23.0.7599858 make aarch64-linux-android
27+
# NDK_VERSION=23.0.7599858 make i686-linux-android
28+
# NDK_VERSION=23.0.7599858 make x86_64-linux-android
2929

3030
# The ndk requirement for unreal, please check
3131
# https://docs.unrealengine.com/4.27/en-US/SharingAndReleasing/Mobile/Android/AndroidSDKRequirements/

0 commit comments

Comments
 (0)