Skip to content

Commit

Permalink
Update android sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Dec 17, 2023
1 parent 6d1ccb4 commit da9a4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: sh scripts/clone_dependencies.sh
- name: build script
run: |
NDK_SDK_ROOT=$ANDROID_SDK_ROOT/ndk/23.2.8568313
NDK_SDK_ROOT=$ANDROID_SDK_ROOT/ndk/24.0.8215888
cd Dev/Cpp/android
$NDK_SDK_ROOT/ndk-build clean NDK_PROJECT_PATH=./ NDK_APPLICATION_MK=jni/Application_x86.mk
$NDK_SDK_ROOT/ndk-build -j4 NDK_PROJECT_PATH=./ NDK_APPLICATION_MK=jni/Application_x86.mk
Expand Down

0 comments on commit da9a4b2

Please sign in to comment.