diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b8066088d..857909af3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' diff --git a/.github/workflows/manual_generate_apk.yml b/.github/workflows/manual_generate_apk.yml index a2306f9cf0..3f38055ac5 100644 --- a/.github/workflows/manual_generate_apk.yml +++ b/.github/workflows/manual_generate_apk.yml @@ -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