Skip to content

Commit f31e18a

Browse files
authored
Update NDK (#322)
* Update NDK
1 parent c0032f9 commit f31e18a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/library-android.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ jobs:
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

android/gradle/lib/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ plugins {
77
apply plugin: 'kotlin-android'
88

99
android {
10-
ndkVersion "27.0.12077973"
10+
// Also update NDK in library-android.yml
11+
ndkVersion "27.2.12479018"
1112

1213
compileSdkVersion 31
1314

0 commit comments

Comments
 (0)