We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d92c1 commit 6aefc6bCopy full SHA for 6aefc6b
1 file changed
.github/workflows/validation-jobs.yml
@@ -99,7 +99,7 @@ jobs:
99
run: cargo install --force cargo-ndk
100
101
- name: Build .so file
102
- run: cargo ndk -t arm64-v8a -o android_example/app/src/main/jniLibs build --package bevy_mobile_example
+ run: cargo ndk -t arm64-v8a -P 26 -o android_example/app/src/main/jniLibs build --package bevy_mobile_example
103
104
- name: Build app for Android
105
run: cd examples/mobile/android_example && chmod +x gradlew && ./gradlew build
0 commit comments