File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646
4747 - name : Setup NDK
4848 run : |
49- sdkmanager --install "ndk;26.2.11394342 "
49+ sdkmanager --install "ndk;26.3.11579264 "
5050
5151 - name : Build natibe libraries
5252 run : |
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def List getAndroidABI() {
6262
6363android {
6464 compileSdk 34
65- ndkVersion " 26.2.11394342 "
65+ ndkVersion " 26.3.11579264 "
6666 defaultConfig {
6767 if (buildAsApplication) {
6868 applicationId " com.github.oopetris"
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ export COMPILE_TYPE="smart"
77
88mkdir -p toolchains
99
10- export NDK_VER_DOWNLOAD=" r26c "
11- export NDK_VER_DESC=" r26c "
10+ export NDK_VER_DOWNLOAD=" r26d "
11+ export NDK_VER_DESC=" r26d "
1212
1313export BASE_PATH=" $PWD /toolchains/android-ndk-$NDK_VER_DESC "
1414export ANDROID_NDK_HOME=" $BASE_PATH "
You can’t perform that action at this time.
0 commit comments