We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d89469 commit d30f925Copy full SHA for d30f925
.github/workflows/release-kotlin-bindings.yml
@@ -39,7 +39,7 @@ jobs:
39
tool: cargo-ndk
40
- name: Build target
41
run: |
42
- cargo ndk -o bindings_ffi/jniLibs/ --manifest-path bindings_ffi/Cargo.toml -t ${{ matrix.target }} --target-version 23 -- build --release
+ cargo ndk -o bindings_ffi/jniLibs/ --manifest-path bindings_ffi/Cargo.toml -t ${{ matrix.target }} --android-platform 23 -- build --release
43
- name: Prepare JNI libs
44
45
mkdir -p bindings_ffi/jniLibs/${{ matrix.output_target }}/ && \
0 commit comments