Skip to content

Commit 9744850

Browse files
fix: update NDK version to 27.3.13750724 in build workflow
1 parent 1a6ca04 commit 9744850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407
2626

2727
- name: Install NDK
28-
run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;27.1.12297006"
28+
run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;27.3.13750724"
2929

3030
- name: Build with Gradle
3131
run: ./gradlew assembleDebug

0 commit comments

Comments
 (0)