File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1616 targets : x86_64-linux-android aarch64-linux-android i686-linux-android
1717 - name : Install Dependencies
1818 uses : ./.github/actions/install-system-dependencies
19- - name : Set NDK Version
20- shell : bash
21- run : |
22- ANDROID_ROOT=/usr/local/lib/android
23- ANDROID_SDK_ROOT=${ANDROID_ROOT}/sdk
24- ANDROID_NDK_ROOT=${ANDROID_SDK_ROOT}/ndk-bundle
25- ln -sfn $ANDROID_SDK_ROOT/ndk/25.2.9519653 $ANDROID_NDK_ROOT
2619 - name : Build
2720 shell : bash
2821 run : just build-android
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ plugins {
77apply plugin : ' kotlin-android'
88
99android {
10- ndkVersion " 27.0.12077973"
10+ // Also update NDK in library-android.yml
11+ ndkVersion " 27.2.12479018"
1112
1213 compileSdkVersion 31
1314
You can’t perform that action at this time.
0 commit comments