We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6ca04 commit 9744850Copy full SHA for 9744850
.github/workflows/build-android.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407
26
27
- name: Install NDK
28
- run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;27.1.12297006"
+ run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;27.3.13750724"
29
30
- name: Build with Gradle
31
run: ./gradlew assembleDebug
0 commit comments