From f7c1bb8d6fa00ede63635fb7f60258019b8b02e6 Mon Sep 17 00:00:00 2001 From: jobobby04 Date: Mon, 6 Jul 2020 14:02:59 -0400 Subject: [PATCH] Fix pull request tester --- .github/workflows/PullRequestTester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PullRequestTester.yml b/.github/workflows/PullRequestTester.yml index 0a06cf5c4..f4e874cc7 100644 --- a/.github/workflows/PullRequestTester.yml +++ b/.github/workflows/PullRequestTester.yml @@ -15,7 +15,7 @@ jobs: with: java-version: 1.8 - name: Get NDK - run: sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;20.0.5594570" + run: sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;21.0.6113669" - name: Build Release APK run: bash ./gradlew assembleDebug --stacktrace - name: Upload APK