Lock version of cargo-ndk

This commit is contained in:
Hanh 2023-03-12 09:24:21 +10:00
parent eee5c9bc79
commit 73c35198e0
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ export PATH=$PATH:$HOME/flutter/bin
flutter doctor -v
rustup target add aarch64-linux-android armv7-linux-androideabi
cargo install --force cargo-ndk
cargo install --force --version ^2 cargo-ndk
popd
sed -e 's/rlib/cdylib/' < native/zcash-sync/Cargo.toml >/tmp/out.toml

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.3.6+403
version: 1.3.6+404
environment:
sdk: ">=2.12.0 <3.0.0"