Skip to content

Commit

Permalink
Update CMake version used in Android build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Jan 10, 2025
1 parent 2958fa6 commit 9be68d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]
env:
ANDROID_BUILD_TOOLS_VERSION: '34.0.0'
ANDROID_NDK_VERSION: '25.2.9519653'
ANDROID_CMAKE_VERSION: '3.22.1'
ANDROID_CMAKE_VERSION: '3.31.1'
jobs:
build_android:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion build_android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ android {
externalNativeBuild {
cmake {
path '../CMakeLists.txt'
version "3.22.1"
version "3.31.1"
}
}

Expand Down

0 comments on commit 9be68d0

Please sign in to comment.