From 686d61b89353fe043d57f4b01ce1cfd5a1dd33ee Mon Sep 17 00:00:00 2001 From: PixelyIon Date: Sun, 4 Apr 2021 02:28:49 +0530 Subject: [PATCH] Update NDK to 21.4.7075529 --- .github/workflows/ci.yml | 5 +++-- app/build.gradle | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24f905b7..30553e1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,10 +30,11 @@ jobs: restore-keys: | ${{ runner.os }}-cxx- - - name: Setup Environment for Gradle & Ninja Build + - name: Setup Environment for Gradle & Ninja Build & CMake run: | chmod +x gradlew sudo apt-get install -y ninja-build + echo "yes" | $ANDROID_HOME/tools/bin/sdkmanager "cmake;3.18.1" --channel=3 - name: Android Lint run: ./gradlew --stacktrace lint @@ -45,7 +46,7 @@ jobs: path: app/build/reports/lint-results.html - name: Android Assemble - run: ./gradlew assemble + run: ./gradlew --stacktrace assemble - name: Upload Debug APK uses: actions/upload-artifact@v2 diff --git a/app/build.gradle b/app/build.gradle index a64ff370..991e853f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } /* NDK */ - ndkVersion '22.0.7026061' + ndkVersion '22.1.7171670' externalNativeBuild { cmake { version '3.18.1+'