diff --git a/build-scripts/build-android.sh b/build-scripts/build-android.sh index 954f8ad..b753e36 100755 --- a/build-scripts/build-android.sh +++ b/build-scripts/build-android.sh @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 692bee4..53d3090 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"