Skip to content

Commit 2b573a8

Browse files
committed
Updated NDK version in the pipeline
1 parent 80ece58 commit 2b573a8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/flutter-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- name: Set up Rust for Android
130130
if: matrix.target == 'Android'
131131
env:
132-
ANDROID_NDK_HOME: /usr/local/lib/android/sdk/ndk/25.2.9519653
132+
ANDROID_NDK_HOME: /usr/local/lib/android/sdk/ndk/27.0.12077973
133133
ANDROID_API: 33
134134
# add rust android targets,
135135
# point cargo to local Android NDK installation

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ app.*.map.json
4747
/android/app/.cxx
4848

4949
# FVM Version Cache
50-
.fvm/
50+
.fvm/
51+
52+
# Machine-specific Cargo config
53+
meesign_native/native/meesign-crypto/.cargo/config.toml

0 commit comments

Comments
 (0)