Skip to content

Commit 6aefc6b

Browse files
committed
Sets minimum Android API version to 26 in validation-jobs.yml
1 parent 24d92c1 commit 6aefc6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validation-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: cargo install --force cargo-ndk
100100

101101
- name: Build .so file
102-
run: cargo ndk -t arm64-v8a -o android_example/app/src/main/jniLibs build --package bevy_mobile_example
102+
run: cargo ndk -t arm64-v8a -P 26 -o android_example/app/src/main/jniLibs build --package bevy_mobile_example
103103

104104
- name: Build app for Android
105105
run: cd examples/mobile/android_example && chmod +x gradlew && ./gradlew build

0 commit comments

Comments
 (0)