Merge pull request #15724 from unknownbrackets/ndk-lts

Build: Update to NDK r21e
This commit is contained in:
Henrik Rydgård
2022-07-25 08:28:25 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ jobs:
if: matrix.extra == 'android'
id: setup-ndk
with:
ndk-version: r21d
ndk-version: r21e
- name: Install Linux dependencies
if: runner.os == 'Linux' && matrix.extra != 'android'
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
#- name: Setup NDK
# uses: nttld/setup-ndk@v1
# with:
# ndk-version: r21d
# ndk-version: r21e
- name: Assemble APK
run: bash ./gradlew assemble${{ github.event.inputs.buildVariant }} --stacktrace