We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ece58 commit 2b573a8Copy full SHA for 2b573a8
.github/workflows/flutter-ci.yml
@@ -129,7 +129,7 @@ jobs:
129
- name: Set up Rust for Android
130
if: matrix.target == 'Android'
131
env:
132
- ANDROID_NDK_HOME: /usr/local/lib/android/sdk/ndk/25.2.9519653
+ ANDROID_NDK_HOME: /usr/local/lib/android/sdk/ndk/27.0.12077973
133
ANDROID_API: 33
134
# add rust android targets,
135
# point cargo to local Android NDK installation
.gitignore
@@ -47,4 +47,7 @@ app.*.map.json
47
/android/app/.cxx
48
49
# FVM Version Cache
50
-.fvm/
+.fvm/
51
+
52
+# Machine-specific Cargo config
53
+meesign_native/native/meesign-crypto/.cargo/config.toml
0 commit comments