Skip to content

Commit

Permalink
Move Android NDK from RC to LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo authored and pionere committed Dec 17, 2024
1 parent 69a21ba commit f85777e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,19 +505,19 @@ jobs:
# Removing it will cause gradle to fall back on 3.18.1 installed by the Android SDK
#- name: Remove system CMake
# run: rm /usr/local/bin/cmake
- name: Accept SDK licenses
run: yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses

#- name: Accept SDK licenses
# run: yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses
- name: Install CMake
run: |
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "cmake;3.31.0"
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "cmake;3.31.0"
#- name: Cache CMake build folder
# uses: actions/cache@v3
# with:
# path: android-project/app/.cxx
# key: ${{ github.workflow }}-v5-${{ github.sha }}
# restore-keys: ${{ github.workflow }}-v5-
# key: ${{ github.workflow }}-v4-${{ github.sha }}
# restore-keys: ${{ github.workflow }}-v4-

- name: Build
working-directory: ${{github.workspace}}
Expand Down
2 changes: 1 addition & 1 deletion android-project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (buildAsApplication) {
}

android {
ndkVersion '28.0.12433566'
ndkVersion '27.2.12479018'
// ndkVersion '25.2.9519653'
compileSdk 35
aaptOptions { // probably does not matter...
Expand Down

0 comments on commit f85777e

Please sign in to comment.